Пример #1
0
 /// <summary>
 /// Opens the script option window and waits for the user to save the options.
 /// </summary>
 public void Configure()
 {
     SetDefaults();
     Load();
     using (GenericOptionsForm gof = new GenericOptionsForm()
     {
         Container = this
     })
         gof.ShowDialog();
 }