示例#1
0
 /// <summary>
 /// Constructor,
 /// Sets the model to be LogsTabModel and sets executability of the refresh command to be true.
 /// </summary>
 public LogsTabViewModel()
 {
     this.Model = new LogsTabModel();
     CanExecute = true;
 }
 /// <summary>
 /// Constructor,
 /// Sets the model to be LogsTabModel and sets executability of the refresh command to be true.
 /// </summary>
 public LogsTabViewModel()
 {
     this.Model = new LogsTabModel();
 }