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