Exemplo n.º 1
0
 public static void CreateFormFindAnswer(List <Globals.TableGraph> tableGraphsIn, UserSystemDialog userSystemDialogInOut)
 {
     if (FormFindAnswer == null)
     {
         FormFindAnswer = new FormFindAnswer(tableGraphsIn, userSystemDialogInOut);
         FormFindAnswer.Show();
     }
 }
Exemplo n.º 2
0
 public static void DestroyFormFindAnswer()
 {
     FormFindAnswer?.Dispose();
     FormFindAnswer = null;
 }