예제 #1
0
 public void Save()
 {
     if (_ViewModel.Insert())
     {
         MessageBox.Show("Data Saved");
         Clr();
     }
 }