예제 #1
0
 private void PrepareToolsWindows()
 {
     LogViewerCommand.Initialize(this);
     ResourceManagerCommand.Initialize(this);
 }
예제 #2
0
 public LogViewerEventArgs(LogViewerCommand command)
 {
     this.command = command;
 }