diff --git a/Sources/IHM/App.xaml.cs b/Sources/IHM/App.xaml.cs index 9f6cb75..c5f7639 100644 --- a/Sources/IHM/App.xaml.cs +++ b/Sources/IHM/App.xaml.cs @@ -16,7 +16,10 @@ namespace IHM { MainPage = new UI_Windows.MainPage_Windows(); } - + else if(OperatingSystem.IsAndroid() || OperatingSystem.IsIOS()) + { + MainPage = new MainPage(); + } } } diff --git a/Sources/IHM/Desktop/MainPage_Windows.xaml b/Sources/IHM/Desktop/MainPage_Windows.xaml new file mode 100644 index 0000000..2357a9a --- /dev/null +++ b/Sources/IHM/Desktop/MainPage_Windows.xaml @@ -0,0 +1,93 @@ + + + +