예제 #1
0
 public MainWindow()
 {
     this.InitializeComponent();
     viewModel = new ViewModelMessageing {
         window = this
     };
 }