Exemplo n.º 1
0
 private void buttonColorSetsSetup_Click(object sender, EventArgs e)
 {
     using (ColorSetsSetupForm cssf = new ColorSetsSetupForm(ApplicationServices.GetModuleStaticData(ColorDescriptor.ModuleId) as ColorStaticData)) {
         cssf.ShowDialog();
         PopulateColorSetsComboBox();
     }
 }
Exemplo n.º 2
0
 private void buttonColorSetsSetup_Click(object sender, EventArgs e)
 {
     using (ColorSetsSetupForm cssf = new ColorSetsSetupForm(ColorModule.StaticModuleData as ColorStaticData)) {
         cssf.ShowDialog();
         PopulateColorSetsComboBox();
     }
 }
Exemplo n.º 3
0
 private void buttonColorSetsSetup_Click(object sender, EventArgs e)
 {
     using (ColorSetsSetupForm cssf = new ColorSetsSetupForm(ColorModule.StaticModuleData as ColorStaticData)) {
         cssf.ShowDialog();
         PopulateColorSetsComboBox();
     }
 }
Exemplo n.º 4
0
 private void buttonColorSetsSetup_Click(object sender, EventArgs e)
 {
     using (ColorSetsSetupForm cssf = new ColorSetsSetupForm(ApplicationServices.GetModuleStaticData(ColorDescriptor.ModuleId) as ColorStaticData)) {
         cssf.ShowDialog();
         PopulateColorSetsComboBox();
     }
 }