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

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