Ejemplo n.º 1
0
        public void UpdateDataSource()
        {
            var result = new SReflection().GetListContext(ObjetoApp.TypeController, ObjetoApp.Methods[TypeExecute.SearchAll]);

            SComponent.DataSource = result as IList;
            SComponent.Refresh();
            SComponent.ClearSelected();
        }
Ejemplo n.º 2
0
 protected override void OnLostFocus(EventArgs e)
 {
     base.OnLostFocus(e);
     SComponent.Focus();
 }
Ejemplo n.º 3
0
 public void SetFocus()
 {
     SComponent.Focus();
 }