示例#1
0
        //--------------------------------------------------------------------//
        //      Property
        //--------------------------------------------------------------------//

        //--------------------------------------------------------------------//
        //      Method
        //--------------------------------------------------------------------//
        private void FormCostSummayCond_Load(object sender, EventArgs e)
        {
            cif = new CostInfoIFOp();
            createArray_Controls();

            create_cbOffice();

            dateTimePickerSOP.Value = System.DateTime.Today;
            dateTimePickerEOP.Value = System.DateTime.Today;
            create_cbClassification();
            create_cbRangeItem();
        }
示例#2
0
 public FormCostDetail(CostInfoIFOp cif)
 {
     this.cif = cif;
     InitializeComponent();
 }
示例#3
0
 public FormCostSummary(CostInfoIFOp cif)
 {
     this.cif = cif;
     InitializeComponent();
 }