B2024-057 - updated curors
This commit is contained in:
parent
d091a37171
commit
4b61495960
@ -1813,6 +1813,7 @@ namespace VEPROMS
|
|||||||
sb.AppendLine("If you want to delete annotations from these working drafts, please contact the respective users and have them close any procedures in the working draft.");
|
sb.AppendLine("If you want to delete annotations from these working drafts, please contact the respective users and have them close any procedures in the working draft.");
|
||||||
sb.AppendLine();
|
sb.AppendLine();
|
||||||
txtProcess.AppendText(sb.ToString());
|
txtProcess.AppendText(sb.ToString());
|
||||||
|
this.Cursor = Cursors.Default;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1846,6 +1847,7 @@ namespace VEPROMS
|
|||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
this.Cursor = Cursors.Default;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ProcessDelete(List<DocVersionInfo> foldersToDelete, List<FolderInfo> emptyFoldersToDelete)
|
private void ProcessDelete(List<DocVersionInfo> foldersToDelete, List<FolderInfo> emptyFoldersToDelete)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user