public AlertBox()
		{
			this.InitializeComponent();
            Instance = this;
            mre = new ManualResetEvent(false);
		}
Exemple #2
0
 public AlertBox()
 {
     this.InitializeComponent();
     Instance = this;
     mre      = new ManualResetEvent(false);
 }