Beispiel #1
0
 public static void CreateFormFindAnswer(List <Globals.TableGraph> tableGraphsIn, UserSystemDialog userSystemDialogInOut)
 {
     if (FormFindAnswer == null)
     {
         FormFindAnswer = new FormFindAnswer(tableGraphsIn, userSystemDialogInOut);
         FormFindAnswer.Show();
     }
 }
Beispiel #2
0
 public static void CreateFormRusult(TreeViewSerialize treeViewSerializeIn, List <TableGraph> listTableGraphIn, UserSystemDialog userSystemDialogIn, bool isFormConstructor)
 {
     if (FormResult == null)
     {
         FormResult = new FormConstructor(treeViewSerializeIn, listTableGraphIn, userSystemDialogIn, isFormConstructor);
         FormResult.Show();
     }
 }