diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-12-06 09:39:54 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-12-06 09:39:54 +0200 |
| commit | 59f73fdea8ec23aa6c5482289f9acf96079affc3 (patch) | |
| tree | 491bcf1373ab9174a0edd93c3ee46e1ee000087b /Software/Visual_Studio/PPC/Tango.PPC.BootScreen/App.xaml.cs | |
| parent | 333611ef25aa0a51366cd613f258ffe7575d56b2 (diff) | |
| download | Tango-59f73fdea8ec23aa6c5482289f9acf96079affc3.tar.gz Tango-59f73fdea8ec23aa6c5482289f9acf96079affc3.zip | |
Implemented boot screen utility for first OS boot.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.BootScreen/App.xaml.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.BootScreen/App.xaml.cs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.BootScreen/App.xaml.cs b/Software/Visual_Studio/PPC/Tango.PPC.BootScreen/App.xaml.cs new file mode 100644 index 000000000..ea5b5008d --- /dev/null +++ b/Software/Visual_Studio/PPC/Tango.PPC.BootScreen/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace Tango.PPC.BootScreen +{ + /// <summary> + /// Interaction logic for App.xaml + /// </summary> + public partial class App : Application + { + } +} |
