diff options
| author | Alee14 <alee14498@gmail.com> | 2018-08-29 18:18:19 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2018-08-29 18:18:19 -0400 |
| commit | ba51ff2fa0af069a0b5724301edd741f4ca2029d (patch) | |
| tree | 634f0bbd3f8c99aaa189d32309e4ef8ae009055f /Project Ports/Desktop.cs | |
| parent | b4352bdd6d9b77d460d49cc469df91bc31ed884f (diff) | |
| download | Project-Silicon-ba51ff2fa0af069a0b5724301edd741f4ca2029d.tar.gz Project-Silicon-ba51ff2fa0af069a0b5724301edd741f4ca2029d.tar.bz2 Project-Silicon-ba51ff2fa0af069a0b5724301edd741f4ca2029d.zip | |
shrinked the app menu
Diffstat (limited to 'Project Ports/Desktop.cs')
| -rw-r--r-- | Project Ports/Desktop.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Project Ports/Desktop.cs b/Project Ports/Desktop.cs index e8f169c..30fc192 100644 --- a/Project Ports/Desktop.cs +++ b/Project Ports/Desktop.cs @@ -128,5 +128,15 @@ namespace Project_Ports crash.Show(); this.Close(); } + + private void lbPrograms_Click(object sender, EventArgs e) + { + + } + + private void btnFileManager_Click(object sender, EventArgs e) + { + + } } } |
