Example #1
0
 /// <summary>
 /// Creates a plugin panel for the plugin
 /// </summary>
 private void CreatePluginPanel()
 {
     panelsHelpers = new PanelsHelper(this, pluginImage);
     if (this.firstRun)
     {
         this.panelsHelpers.DockTogether();
     }
 }
Example #2
0
 /// <summary>
 /// Creates a plugin panel for the plugin
 /// </summary>
 private void CreatePluginPanel()
 {
     panelsHelpers = new PanelsHelper(this, pluginImage);
 }
Example #3
0
 /// <summary>
 /// Creates a plugin panel for the plugin
 /// </summary>
 private void CreatePluginPanel()
 {
     panelsHelpers = new PanelsHelper(this, pluginImage);
 }
Example #4
0
 /// <summary>
 /// Creates a plugin panel for the plugin
 /// </summary>
 private void CreatePluginPanel()
 {
     panelsHelpers = new PanelsHelper(this, pluginImage);
     if (this.firstRun) this.panelsHelpers.DockTogether();
 }