Ejemplo n.º 1
0
        void myAction_Execute(object sender, DevExpress.ExpressApp.Actions.SimpleActionExecuteEventArgs e)
        {
            var f = new NKD.Module.Win.Controllers.SendConfig(Application);

            f.ShowDialog();
        }
Ejemplo n.º 2
0
 void myAction_Execute(object sender, DevExpress.ExpressApp.Actions.SimpleActionExecuteEventArgs e)
 {
     var f = new NKD.Module.Win.Controllers.SendConfig(Application);
     f.ShowDialog();
 }