Try to fix ptcl not saving from being active
This commit is contained in:
parent
c7614bc9b4
commit
4e6fc6270a
@ -94,6 +94,8 @@ namespace FirstPlugin
|
||||
|
||||
reader.Close();
|
||||
reader.Dispose();
|
||||
stream.Close();
|
||||
stream.Dispose();
|
||||
|
||||
ContextMenuStrip = new STContextMenuStrip();
|
||||
ContextMenuStrip.Items.Add(new ToolStripMenuItem("Save", null, Save, Keys.Control | Keys.S));
|
||||
|
Loading…
x
Reference in New Issue
Block a user