Refactoring of the namespaces

This commit is contained in:
Robin Krom 2021-03-28 12:53:01 +02:00
parent c6bdaa8a87
commit 62bd0fe256
No known key found for this signature in database
GPG key ID: BCC01364F1371490
153 changed files with 223 additions and 260 deletions

View file

@ -19,16 +19,16 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using GreenshotPlugin.Core;
using System;
using System.Windows;
using GreenshotConfluencePlugin.Forms;
using GreenshotConfluencePlugin.Support;
using Greenshot.Plugin.Confluence.Forms;
using Greenshot.Plugin.Confluence.Support;
using GreenshotPlugin.Core;
using GreenshotPlugin.IniFile;
using GreenshotPlugin.Interfaces;
using GreenshotPlugin.Interfaces.Plugin;
namespace GreenshotConfluencePlugin {
namespace Greenshot.Plugin.Confluence {
/// <summary>
/// This is the ConfluencePlugin base code
/// </summary>