コード例 #1
0
ファイル: Tours.cs プロジェクト: HamedMousavi/BreweryTax
 internal static void AddPayment(Entities.TourPaymentCollection payments)
 {
     using (FrmTourPaymentEditor frm = new FrmTourPaymentEditor(payments))
     {
         frm.ShowDialog();
     }
 }
コード例 #2
0
 public static void Delete(Entities.TourPaymentCollection payments, Entities.TourPayment payment)
 {
     throw new NotImplementedException();
 }