Exemplo n.º 1
0
        private void ShowEditForm(string id, string action)
        {
            FrmUserEdit f = new FrmUserEdit(new DoRefreshHandler(this.DoQuery));

            f.IdValue = id;
            f.ShowDialog();
        }
Exemplo n.º 2
0
 private void ShowEditForm(string id,string action)
 {
     FrmUserEdit f = new FrmUserEdit(new DoRefreshHandler(this.DoQuery));
     f.IdValue = id;
     f.ShowDialog();
 }