diff --git a/SAE-2.01.sln b/SAE-2.01.sln new file mode 100644 index 0000000..e6b2df1 --- /dev/null +++ b/SAE-2.01.sln @@ -0,0 +1,13 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.33424.131 +MinimumVisualStudioVersion = 10.0.40219.1 +Global + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A0503117-9079-4BDE-A612-9E5B9F2EB358} + EndGlobalSection +EndGlobal diff --git a/Vue/App.xaml b/Vue/App.xaml new file mode 100644 index 0000000..0f639f3 --- /dev/null +++ b/Vue/App.xaml @@ -0,0 +1,14 @@ + + + + + + + + + + + diff --git a/Vue/App.xaml.cs b/Vue/App.xaml.cs new file mode 100644 index 0000000..3368910 --- /dev/null +++ b/Vue/App.xaml.cs @@ -0,0 +1,12 @@ +namespace Vue +{ + public partial class App : Application + { + public App() + { + InitializeComponent(); + + MainPage = new AppShell(); + } + } +} \ No newline at end of file diff --git a/Vue/AppShell.xaml b/Vue/AppShell.xaml new file mode 100644 index 0000000..439bfdc --- /dev/null +++ b/Vue/AppShell.xaml @@ -0,0 +1,14 @@ + + + + + + diff --git a/Vue/AppShell.xaml.cs b/Vue/AppShell.xaml.cs new file mode 100644 index 0000000..9980f55 --- /dev/null +++ b/Vue/AppShell.xaml.cs @@ -0,0 +1,10 @@ +namespace Vue +{ + public partial class AppShell : Shell + { + public AppShell() + { + InitializeComponent(); + } + } +} \ No newline at end of file diff --git a/Vue/MainPage.xaml b/Vue/MainPage.xaml new file mode 100644 index 0000000..af56e9c --- /dev/null +++ b/Vue/MainPage.xaml @@ -0,0 +1,41 @@ + + + + + + + + +