コード例 #1
0
 private void Base_GetWizardProperties(FS.Wizard.WizardForm sender)
 {
     if (this.GetWizardProperties != null)
     {
         this.GetWizardProperties(sender);
     }
 }
コード例 #2
0
 private void Items_GetWizardProperties(FS.Wizard.WizardForm sender)
 {
     sender.Text = this.WizardTitle;
 }