Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LogViewModel"/> class.
 /// </summary>
 public LogViewModel()
 {
     this.logService = LogService.GetLogger();
     this.Title      = "Log Viewer";
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LogViewModel"/> class.
 /// </summary>
 public LogViewModel()
 {
     this.logService = LogService.GetLogger();
     this.Title = "Log Viewer";
 }