diff options
| author | Aren <[email protected]> | 2017-02-27 19:03:40 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-02-27 19:03:40 +0100 |
| commit | f90247001ee5b12fd23c9bd137aac2d502697df5 (patch) | |
| tree | 340c5f3cccf675a8e536dc298793f2343659d2b4 /ShiftOS.WinForms | |
| parent | 43364450a2215a92000d4fa62c11e30bf1a3d295 (diff) | |
| download | shiftos_thereturn-f90247001ee5b12fd23c9bd137aac2d502697df5.tar.gz shiftos_thereturn-f90247001ee5b12fd23c9bd137aac2d502697df5.tar.bz2 shiftos_thereturn-f90247001ee5b12fd23c9bd137aac2d502697df5.zip | |
Why was Snakey unquittable? ;)
Diffstat (limited to 'ShiftOS.WinForms')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Snakey.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/Snakey.cs b/ShiftOS.WinForms/Applications/Snakey.cs index 0c704d5..789a5b7 100644 --- a/ShiftOS.WinForms/Applications/Snakey.cs +++ b/ShiftOS.WinForms/Applications/Snakey.cs @@ -34,7 +34,7 @@ namespace ShiftOS.WinForms.Applications public bool OnUnload() { - throw new NotImplementedException(); + return true; } public void OnUpgrade() |
