Example #1
0
 /// <summary>
 /// Handles the Show Project Properties command click.
 /// </summary>
 protected override void ShowProjectProperties()
 {
     using (var f = new PicoPropertiesForm())
     {
         f.ShowDialog();
     }
 }
Example #2
0
 /// <summary>
 /// Handles the Show Project Properties command click.
 /// </summary>
 protected override void ShowProjectProperties()
 {
     using (var f = new PicoPropertiesForm())
     {
         f.ShowDialog();
     }
 }