mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
refactoring: GreenshotCore/GreenshotEditor
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@731 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
1042e1e275
commit
019b482195
104 changed files with 167 additions and 170 deletions
|
@ -35,7 +35,6 @@ using Greenshot.Capturing;
|
|||
using Greenshot.Configuration;
|
||||
using Greenshot.Drawing;
|
||||
using Greenshot.Forms;
|
||||
using Greenshot.Help;
|
||||
using Greenshot.Helpers;
|
||||
using Greenshot.Plugin;
|
||||
using Greenshot.UnmanagedHelpers;
|
||||
|
@ -274,7 +273,7 @@ namespace Greenshot {
|
|||
captureForm = new CaptureForm();
|
||||
|
||||
// Load all the plugins
|
||||
PluginHelper.instance.LoadPlugins(this, captureForm);
|
||||
PluginHelper.instance.LoadPlugins(this.ContextMenuStrip, captureForm);
|
||||
PluginHelper.instance.OnImageOutput += new OnImageOutputHandler(ImageWritten);
|
||||
SoundHelper.Initialize();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue