Beispiel #1
0
 public override void Run()
 {
     WindowCommands.CloseAllGraphsAndTables();
     WindowCommands.OpenNonOpenGraphsAndTables(true, true,
                                               new WindowCommands.GraphTableMultiComparer(
                                                   new WindowCommands.GraphTableTypeComparer(),
                                                   new WindowCommands.GraphTableCreationDateComparer()
                                                   ));
 }
Beispiel #2
0
 public override void Execute(object parameter)
 {
     WindowCommands.CloseAllGraphsAndTables();
     WindowCommands.OpenNonOpenGraphsAndTables(true, true,
                                               new WindowCommands.GraphTableMultiComparer(
                                                   new WindowCommands.GraphTableTypeComparer(),
                                                   new WindowCommands.GraphTableNameComparer()
                                                   ));
 }
Beispiel #3
0
 public override void Run()
 {
     WindowCommands.CloseAllGraphsAndTables();
     WindowCommands.OpenNonOpenGraphsAndTables(true, true,
                                               new WindowCommands.GraphTableNameComparer());
 }
Beispiel #4
0
 public override void Execute(object parameter)
 {
     WindowCommands.CloseAllGraphsAndTables();
     WindowCommands.OpenNonOpenGraphsAndTables(true, true,
                                               new WindowCommands.GraphTableCreationDateComparer());
 }