Exemplo n.º 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();
        }
Exemplo n.º 2
0
 public FormCostDetail(CostInfoIFOp cif)
 {
     this.cif = cif;
     InitializeComponent();
 }
Exemplo n.º 3
0
 public FormCostSummary(CostInfoIFOp cif)
 {
     this.cif = cif;
     InitializeComponent();
 }