/// <summary> /// Function for VoucherType combofill /// </summary> /// <returns></returns> public List <DataTable> TypeOfVoucherComboFill() { List <DataTable> listObj = new List <DataTable>(); try { listObj = spVoucherType.TypeOfVoucherComboFill(); } catch (Exception ex) { MessageBox.Show("VT20:" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information); } return(listObj); }