diff options
| author | GabrielTK <[email protected]> | 2016-07-20 09:24:05 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-07-20 09:24:05 -0400 |
| commit | 6cc2ae2259967a09db4143ac8c6b2e2400ffe73a (patch) | |
| tree | 9cde5fe3d96d2118330ecbcbb5eaa0d4de1fa4d8 | |
| parent | 592189e4ef4cfb2164e203a32f5f5fc8c187e104 (diff) | |
| download | shiftos-c-_theultimatehacker-6cc2ae2259967a09db4143ac8c6b2e2400ffe73a.tar.gz shiftos-c-_theultimatehacker-6cc2ae2259967a09db4143ac8c6b2e2400ffe73a.tar.bz2 shiftos-c-_theultimatehacker-6cc2ae2259967a09db4143ac8c6b2e2400ffe73a.zip | |
Finished Clean-UP
| -rw-r--r-- | source/WindowsFormsApplication1/Apps/Cheats.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/WindowsFormsApplication1/Apps/Cheats.cs b/source/WindowsFormsApplication1/Apps/Cheats.cs index a11cf35..9caaa7f 100644 --- a/source/WindowsFormsApplication1/Apps/Cheats.cs +++ b/source/WindowsFormsApplication1/Apps/Cheats.cs @@ -62,9 +62,6 @@ namespace ShiftOS.Apps ShiftOS.API.AddCodepoints(qty); } - private void button2_Click(object sender, EventArgs e) - { - //Package_Grabber.SendMessage(Matchmaker.SelectedServer.IPAddress, ); - } + } } |
