C2025-027-AnnotationsTypeSelect
This commit is contained in:
@@ -1296,37 +1296,10 @@ namespace VEPROMS
|
||||
|
||||
pi.MyDocVersion.DocVersionConfig.SelectedSlave = 0;
|
||||
}
|
||||
//void tv_SelectAnnotations(object sender, vlnTreeEventArgs args)
|
||||
//{
|
||||
// ProcedureInfo pi = (args.Node as VETreeNode).VEObject as ProcedureInfo;
|
||||
// if (pi == null) return;
|
||||
|
||||
// tc.SaveCurrentEditItem(pi);
|
||||
|
||||
// //pi.MyDocVersion.DocVersionConfig.SelectedSlave = args.UnitIndex;
|
||||
|
||||
// DlgAnnotationsSelect sannoDlg = new DlgAnnotationsSelect(pi, MyUserInfo.UserID);
|
||||
// //sannoDlg.SelectedSlave = args.UnitIndex;
|
||||
// //sannoDlg.MySessionInfo = MySessionInfo;
|
||||
// sannoDlg.ShowDialog(this); // RHM 20120925 - Center dialog over PROMS window
|
||||
|
||||
// //pi.MyDocVersion.DocVersionConfig.SelectedSlave = 0;
|
||||
//}
|
||||
public static void tv_SelectAnnotations()
|
||||
{
|
||||
//ProcedureInfo pi = (args.Node as VETreeNode).VEObject as ProcedureInfo;
|
||||
//if (pi == null) return;
|
||||
|
||||
//tc.SaveCurrentEditItem(pi);
|
||||
|
||||
//pi.MyDocVersion.DocVersionConfig.SelectedSlave = args.UnitIndex;
|
||||
|
||||
DlgAnnotationsSelect sannoDlg = new DlgAnnotationsSelect(VlnSettings.UserID);
|
||||
//sannoDlg.SelectedSlave = args.UnitIndex;
|
||||
//sannoDlg.MySessionInfo = MySessionInfo;
|
||||
sannoDlg.ShowDialog(); // RHM 20120925 - Center dialog over PROMS window
|
||||
|
||||
//pi.MyDocVersion.DocVersionConfig.SelectedSlave = 0;
|
||||
}
|
||||
void tv_CreateTimeCriticalActionSummary(object sender, vlnTreeEventArgs args)
|
||||
{
|
||||
|
Reference in New Issue
Block a user