Ejemplo n.º 1
0
 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;
     }
 }