Example #1
0
 public static void ShowUI(string initmessage)
 {
     if (istance == null)
     {
         istance = new EmulatorUI(initmessage);
         istance.Show();
     }
 }