Example #1
0
 public static void Open(string unparsed)
 {
     if (null == Instance)
     {
         Instance = new PenetrWindow();
         Instance.Show();
     }
 }
Example #2
0
 protected override void OnClosed(EventArgs e)
 {
     base.OnClosed(e);
     this.Detach();
     Instance = null;
 }