コード例 #1
0
ファイル: PluginMain.cs プロジェクト: wise0704/FlashDevelop
 /// <summary>
 /// Creates a plugin panel for the plugin
 /// </summary>
 private void CreatePluginPanel()
 {
     panelsHelpers = new PanelsHelper(this, pluginImage);
     if (this.firstRun)
     {
         this.panelsHelpers.DockTogether();
     }
 }
コード例 #2
0
ファイル: PluginMain.cs プロジェクト: heon21st/flashdevelop
 /// <summary>
 /// Creates a plugin panel for the plugin
 /// </summary>
 private void CreatePluginPanel()
 {
     panelsHelpers = new PanelsHelper(this, pluginImage);
 }
コード例 #3
0
 /// <summary>
 /// Creates a plugin panel for the plugin
 /// </summary>
 private void CreatePluginPanel()
 {
     panelsHelpers = new PanelsHelper(this, pluginImage);
 }
コード例 #4
0
ファイル: PluginMain.cs プロジェクト: JoeRobich/flashdevelop
 /// <summary>
 /// Creates a plugin panel for the plugin
 /// </summary>
 private void CreatePluginPanel()
 {
     panelsHelpers = new PanelsHelper(this, pluginImage);
     if (this.firstRun) this.panelsHelpers.DockTogether();
 }