예제 #1
0
파일: Order.xaml.cs 프로젝트: mercaditu/ERP
 private void toolBar_btnCancel_Click(object sender)
 {
     dbContext.CancelAllChanges();
 }