private void frmKasbonVJU_Load(object sender, EventArgs e) { Class.FillComboBox fcbo = new Class.FillComboBox(); try { //fcbo.fillComboJnsKasBon(cboJnsKasBon); fcbo.fillComboJnsTransaksiEQUAL(cboJnsKasBon, false); LoadForm(); } catch (Exception ex) { Error.LogError(ex); } finally { this.Cursor = Cursors.Default; } }