예제 #1
0
 public override void Run()
 {
     Altaxo.Main.AboutDialog dlg = new Altaxo.Main.AboutDialog();
     dlg.ShowDialog(((Form)WorkbenchSingleton.Workbench));
 }
예제 #2
0
 public override void Run()
 {
   Altaxo.Main.AboutDialog dlg = new Altaxo.Main.AboutDialog();
   dlg.ShowDialog(((Form)WorkbenchSingleton.Workbench));
 }