Example #1
0
        //-----------------------------------------------//
        //      Property
        //-----------------------------------------------//

        //-----------------------------------------------//
        //      Method
        //-----------------------------------------------//
        private void FormContractCostSummary_Load(object sender, EventArgs e)
        {
            UiHandling ui = new UiHandling(dataGridView1);

            ui.DgvReadyNoRHeader();
            ui.DgvColumnsAlignmentRight(3, 29);
            create_cbFY();
            create_cbOffice();
            Conv.OfficeAndDepartZ(comboBoxOffice, comboBoxDepart);

            getInformationAboutTask();
        }