} //End public void setINSTALLMENTS_TUNGGAKAN() public void setMONTHS_TUNGGAKAN() { MonthDS oDS = new MonthDS(); //Set Months this.MONTHS = oDS.getDatalist(); } //End public void setMONTHS_TUNGGAKAN()
//Instantiate private void Instantiate() { //CRUD this.oCRUD = new TaskCRUD(this.db); this.oCRUD_detail = new TaskdCRUD(this.db); //DS this.oDSDetail = new TaskdDS(this.db); this.oDSSysinfo = new SysinfoDS(this.db); this.oDSEmployee = new EmployeeDS(this.db); this.oDSMonth = new MonthDS(this.db); this.oDSYear = new YearDS(this.db); //DATA this.oData = new TaskVM(); } //End private void Instantiate()