コード例 #1
0
ファイル: SplitInvoice.xaml.cs プロジェクト: sanlonezhang/ql
 private void btnCancelSplit_Click(object sender, RoutedEventArgs e)
 {
     SOFacade.CancelSplitInvoice(m_soSysNo, () =>
     {
         Page.Context.Window.Alert(ResSO.Info_SplitInvoice_CancelSuccess);
         InvoiceIsSplited(false);
     });
 }