Exemplo n.º 1
0
 // opens xray from the builder exe to analyze the dat
 public static void Analyze(string path)
 {
     if (LoadNodeMap(path))
     {
         MainForm = new MainForm();
         MainForm.Show();
     }
 }