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