mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 21:13:23 -07:00
Fixed plugin loading
Moved all office interop types in their own file.
This commit is contained in:
parent
80d8f51fc5
commit
bef29df3db
125 changed files with 1628 additions and 1373 deletions
|
@ -35,6 +35,7 @@ namespace GreenshotFlickrPlugin
|
|||
/// <summary>
|
||||
/// This is the Flickr base code
|
||||
/// </summary>
|
||||
[Plugin("Flickr", true)]
|
||||
public class FlickrPlugin : IGreenshotPlugin {
|
||||
private static readonly ILog Log = LogManager.GetLogger(typeof(FlickrPlugin));
|
||||
private static FlickrConfiguration _config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue