예제 #1
0
파일: ComboBoxEx.cs 프로젝트: Wooyme/HIS-1
 private void ViewDataGrid()
 {
     if (_dataSource != null)
     {
         PubStaticFun.SetCardGridTopAndLeft(this, cardGrid, this.Parent, this.Top, this.Left);
         cardGrid.Visible = true;
         this.Focus();
         this.SelectionStart = this.Text.Length;
     }
 }