コード例 #1
0
        private void FormGasto_Load(object sender, EventArgs e)
        {
            cbCategoria.DataSource = commonBusiness.GetGetCategoriaGastoSelectionList();
            cbMedio.DataSource     = commonBusiness.GetMedioSelectionList();

            if (idGasto.HasValue)
            {
                CargarDatos();
            }
        }
コード例 #2
0
ファイル: ABMGasto.cs プロジェクト: andeehr/ControlCuentas
 private void GastoUI_Load(object sender, EventArgs e)
 {
     cbCategoria.DataSource = commonBusiness.GetGetCategoriaGastoSelectionList();
     cbMedio.DataSource     = commonBusiness.GetMedioSelectionList();
 }