예제 #1
0
 /// <summary>
 /// Creates a new instance of <c>WelcomeDocumentModel</c>.
 /// </summary>
 public WelcomeModel()
 {
     view             = new WelcomeView();
     view.DataContext = this;
 }
예제 #2
0
 /// <summary>
 /// Creates a new instance of <c>WelcomeDocumentModel</c>.
 /// </summary>
 public WelcomeModel() {
     view = new WelcomeView();
     view.DataContext = this;
 }