コード例 #1
0
ファイル: Order.xaml.cs プロジェクト: mercaditu/ERP
 private void toolBar_btnCancel_Click(object sender)
 {
     dbContext.CancelAllChanges();
 }