diff options
| author | FloppyDiskDrive <[email protected]> | 2017-11-19 10:21:34 -0600 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-11-19 10:21:34 -0600 |
| commit | 4534ff6252d2cd442d2180b024a94db1f4379f41 (patch) | |
| tree | a5619fd34dcbcb1953b2cb6cc9c035c516dc29e4 /ShiftOS.Main/ShiftOS | |
| parent | 4c4ff1e06cecac8a52ac347e029ac19f1be4e244 (diff) | |
| download | shiftos-rewind-4534ff6252d2cd442d2180b024a94db1f4379f41.tar.gz shiftos-rewind-4534ff6252d2cd442d2180b024a94db1f4379f41.tar.bz2 shiftos-rewind-4534ff6252d2cd442d2180b024a94db1f4379f41.zip | |
Added new extremely buggy ShiftButton.
Diffstat (limited to 'ShiftOS.Main/ShiftOS')
| -rw-r--r-- | ShiftOS.Main/ShiftOS/Apps/TextPad.cs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ShiftOS.Main/ShiftOS/Apps/TextPad.cs b/ShiftOS.Main/ShiftOS/Apps/TextPad.cs index e86b1be..66863cf 100644 --- a/ShiftOS.Main/ShiftOS/Apps/TextPad.cs +++ b/ShiftOS.Main/ShiftOS/Apps/TextPad.cs @@ -1,4 +1,6 @@ -using System; +using ShiftOS.Engine.ShiftFS.FileGUI; +using ShiftOS.Engine.WindowManager; +using System; using System.IO; using System.Windows.Forms; @@ -31,6 +33,8 @@ namespace ShiftOS.Main.ShiftOS.Apps { MessageBox.Show("yay it works"); } + var f = new FileOpener(); + ShiftWM.Init(f, "testing", null); } } }
\ No newline at end of file |
