Refactoring of the namespaces

This commit is contained in:
Robin Krom 2021-03-28 12:53:01 +02:00
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

@ -18,6 +18,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.ComponentModel;
using System.Drawing;
@ -29,7 +30,7 @@ using GreenshotPlugin.IniFile;
using GreenshotPlugin.Interfaces;
using GreenshotPlugin.Interfaces.Plugin;
namespace GreenshotPhotobucketPlugin {
namespace Greenshot.Plugin.Photobucket {
/// <summary>
/// This is the GreenshotPhotobucketPlugin base code
/// </summary>