Пример #1
0
 protected void mfScoreCardDashboard_Action(object sender, Micajah.Common.WebControls.MagicFormActionEventArgs e)
 {
     if (e.Action == Micajah.Common.WebControls.CommandActions.Cancel)
     {
         RedirectToGrid();
     }
 }
Пример #2
0
 protected void mfDataCollector_Action(object sender, Micajah.Common.WebControls.MagicFormActionEventArgs e)
 {
     if (e.Action == Micajah.Common.WebControls.CommandActions.Cancel)
     {
         RedirectToGrid();
     }
 }