public void Configure()
 {
     if (wizardDialog == null)
     {
         wizardDialog             = new WizardCommand();
         wizardDialog.WizardStyle = StyleHelper.Instance.GetStyle("NoConfigurationWizardStyle");
         wizardDialog.DialogTitle = ESRI.ArcGIS.Mapping.Controls.Editor.Resources.Strings.EditorWidgetConfiguration;
         wizardDialog.IsModal     = false;
     }
     wizardDialog.Execute(this);
 }
 public void Configure()
 {
     if (wizardDialog == null)
     {
         wizardDialog = new WizardCommand();
         wizardDialog.WizardStyle = StyleHelper.Instance.GetStyle("NoConfigurationWizardStyle");
         wizardDialog.DialogTitle = ESRI.ArcGIS.Mapping.Controls.Editor.Resources.Strings.EditorWidgetConfiguration;
         wizardDialog.IsModal = false;
     }
     wizardDialog.Execute(this);
 }