예제 #1
0
파일: FrmMain.cs 프로젝트: radtek/shi5588
 private void btnConnection_Click(object sender, EventArgs e)
 {
     if (this._FrmConnection == null || this._FrmConnection.IsDisposed)
     {
         this._FrmConnection = new FrmConnection();
     }
     this._FrmConnection.ShowDialog(this);
 }
예제 #2
0
파일: FrmMain.cs 프로젝트: shi5588/shi5588
 private void btnConnection_Click(object sender, EventArgs e)
 {
     if (this._FrmConnection == null || this._FrmConnection.IsDisposed)
     {
         this._FrmConnection = new FrmConnection();
     }
     this._FrmConnection.ShowDialog(this);
 }