コード例 #1
0
ファイル: frmAddEditPQ.cs プロジェクト: dadotnetkid/OFMIS
 public frmAddEditPQ(MethodType methodType, PriceQuotations pq)
 {
     InitializeComponent();
     this.methodType = methodType;
     priceQuotations = new LoadAddEditPQ(this, pq)
     {
         methodType = methodType
     };
     priceQuotations.Init();
 }
コード例 #2
0
 public rptPurchaseQuotation(PriceQuotations item)
 {
     InitializeComponent();
     this.item             = item;
     officeId.PrintOnPage += OfficeId_PrintOnPage;
 }