diff options
| author | Alee14 <alee14498@gmail.com> | 2018-09-02 15:42:19 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2018-09-02 15:42:19 -0400 |
| commit | 8de3e081c1532c857e633662f2bc11b67c38b385 (patch) | |
| tree | 55e61531fcf08ac37f7b186dd04dad12ad15b66e /Project Ports/Desktop.cs | |
| parent | 245bc80b0f1e8b91fb09db1b9c027bf687071780 (diff) | |
| download | Project-Silicon-8de3e081c1532c857e633662f2bc11b67c38b385.tar.gz Project-Silicon-8de3e081c1532c857e633662f2bc11b67c38b385.tar.bz2 Project-Silicon-8de3e081c1532c857e633662f2bc11b67c38b385.zip | |
added this.Clsoe() in desktop
Diffstat (limited to 'Project Ports/Desktop.cs')
| -rw-r--r-- | Project Ports/Desktop.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project Ports/Desktop.cs b/Project Ports/Desktop.cs index 717c3dd..16e19ba 100644 --- a/Project Ports/Desktop.cs +++ b/Project Ports/Desktop.cs @@ -119,6 +119,7 @@ namespace Project_Ports await Task.Delay(5000); Crash crash = new Crash(); crash.Show(); + this.Close(); } |
