Beispiel #1
0
 public PopupWaiting()
 {
     if (instance == null)
     {
         instance = this;
     }
     else
     {
         throw new System.Exception();
     }
     InitializeComponent();
 }
Beispiel #2
0
 public new void Close()
 {
     instance    = null;
     manualClose = true;
     base.Close();
 }