Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 70255f4

Browse files
committed
Changed namespace for demo app
1 parent db18d3e commit 70255f4

File tree

3 files changed

+88
-87
lines changed

3 files changed

+88
-87
lines changed

Demo Plugin/NppManagedPluginDemo/Forms/frmGoToLine.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
using System;
22
using System.Windows.Forms;
3+
using Kbg.NppPluginNET;
34

4-
namespace NppPluginNET
5+
namespace Kbg.Demo.Namespace
56
{
6-
partial class frmGoToLine : Form
7+
partial class frmGoToLine : Form
78
{
89
public frmGoToLine()
910
{

Demo Plugin/NppManagedPluginDemo/Forms/frmGoToLine.designer.cs

Lines changed: 84 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Demo Plugin/NppManagedPluginDemo/Properties/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)