Exemplo n.º 1
0
Arquivo: Form1.cs Projeto: rsdgjb/GRP
 private void button2_Click(object sender, EventArgs e)
 {
     UnknownMRIActuals mriAct = new UnknownMRIActuals();
     mriAct.GenerateDynamicImageButton_Clicked(cb_type, (int)((DictionaryEntry)cb_set.SelectedItem).Value, false,
         int.Parse(cb_start.SelectedItem.ToString()), int.Parse(cb_end.SelectedItem.ToString()),
         new List<String>() { (string)((DictionaryEntry)cb_source.SelectedItem).Value });
 }
Exemplo n.º 2
0
Arquivo: Form1.cs Projeto: rsdgjb/GRP
 private void init()
 {
     UnknownMRIActuals mriAct = new UnknownMRIActuals();
     mriAct.PopulateBudgetAllocationSetDropDown(cb_set);
     mriAct.PopulatePeriod(cb_start, cb_end);
     mriAct.PopulateSourceDropDown(cb_source);
 }