mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Refactoring of the namespaces
This commit is contained in:
parent
c6bdaa8a87
commit
62bd0fe256
153 changed files with 223 additions and 260 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue