コード例 #1
0
		public AlertBox()
		{
			this.InitializeComponent();
            Instance = this;
            mre = new ManualResetEvent(false);
		}
コード例 #2
0
ファイル: AlertBox.xaml.cs プロジェクト: xinyuezyt/eReading
 public AlertBox()
 {
     this.InitializeComponent();
     Instance = this;
     mre      = new ManualResetEvent(false);
 }