예제 #1
0
 public NotePadViewModel()
 {
     current = this;
     this.Title = "메모장";
     LoadText();
 }
예제 #2
0
 public void ShowNotePad()
 {
     var window = new NotePadViewModel();
     var message = new TransitionMessage(window, "Show/NotePad");
     this.Messenger.RaiseAsync(message);
 }
예제 #3
0
 public NotePadViewModel()
 {
     current    = this;
     this.Title = "메모장";
     LoadText();
 }