mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Renamed the GreenshotPlugin to Greenshot.Base
This commit is contained in:
parent
e8c0b307ee
commit
79cdca03eb
423 changed files with 30044 additions and 30000 deletions
|
@ -21,12 +21,12 @@
|
|||
|
||||
using System;
|
||||
using System.Windows;
|
||||
using Greenshot.Base.Core;
|
||||
using Greenshot.Base.IniFile;
|
||||
using Greenshot.Base.Interfaces;
|
||||
using Greenshot.Base.Interfaces.Plugin;
|
||||
using Greenshot.Plugin.Confluence.Forms;
|
||||
using Greenshot.Plugin.Confluence.Support;
|
||||
using GreenshotPlugin.Core;
|
||||
using GreenshotPlugin.IniFile;
|
||||
using GreenshotPlugin.Interfaces;
|
||||
using GreenshotPlugin.Interfaces.Plugin;
|
||||
|
||||
namespace Greenshot.Plugin.Confluence
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue