diff --git a/Sources/Data/PersLinqToPgSQL.cs b/Sources/Data/PersLinqToPgSQL.cs index c20020c..7e865f4 100644 --- a/Sources/Data/PersLinqToPgSQL.cs +++ b/Sources/Data/PersLinqToPgSQL.cs @@ -19,7 +19,7 @@ namespace LinqToPgSQL public class PersLinqToPgSQL : IPersistanceManager { private Hash hash = new Hash(); - string connexionBDD = String.Format("Server=90.114.135.116; Username=postgres; Database=conseco; Port=5432; Password=lulu; SSLMode=Prefer"); + string connexionBDD = String.Format("Server=2.3.8.130; Username=postgres; Database=conseco; Port=5432; Password=lulu; SSLMode=Prefer"); public string LoadInscrit(string id, string mdp) { diff --git a/Sources/IHM/AppShellDesktop.xaml.cs b/Sources/IHM/AppShellDesktop.xaml.cs index 5193cab..6ecd0d7 100644 --- a/Sources/IHM/AppShellDesktop.xaml.cs +++ b/Sources/IHM/AppShellDesktop.xaml.cs @@ -1,4 +1,5 @@ using IHM.Desktop; +using IHM.Mobile; using Model; namespace IHM @@ -10,6 +11,7 @@ namespace IHM public AppShellDesktop() { InitializeComponent(); + } diff --git a/Sources/IHM/Desktop/DashBoard.xaml b/Sources/IHM/Desktop/DashBoard.xaml new file mode 100644 index 0000000..6ecc950 --- /dev/null +++ b/Sources/IHM/Desktop/DashBoard.xaml @@ -0,0 +1,14 @@ + + + + + + + \ No newline at end of file diff --git a/Sources/IHM/Desktop/Dashboard.xaml.cs b/Sources/IHM/Desktop/Dashboard.xaml.cs new file mode 100644 index 0000000..7f99d57 --- /dev/null +++ b/Sources/IHM/Desktop/Dashboard.xaml.cs @@ -0,0 +1,9 @@ +namespace IHM.Desktop; + +public partial class Dashboard : ContentPage +{ + public Dashboard() + { + InitializeComponent(); + } +} \ No newline at end of file diff --git a/Sources/IHM/Desktop/Inscription.xaml b/Sources/IHM/Desktop/Inscription.xaml new file mode 100644 index 0000000..d83bb54 --- /dev/null +++ b/Sources/IHM/Desktop/Inscription.xaml @@ -0,0 +1,12 @@ + + + + + \ No newline at end of file diff --git a/Sources/IHM/Desktop/Inscription.xaml.cs b/Sources/IHM/Desktop/Inscription.xaml.cs new file mode 100644 index 0000000..6908912 --- /dev/null +++ b/Sources/IHM/Desktop/Inscription.xaml.cs @@ -0,0 +1,9 @@ +namespace IHM.Desktop; + +public partial class Inscription : ContentPage +{ + public Inscription() + { + InitializeComponent(); + } +} \ No newline at end of file diff --git a/Sources/IHM/Desktop/MainPage.xaml b/Sources/IHM/Desktop/MainPage.xaml index 30488e8..07f566e 100644 --- a/Sources/IHM/Desktop/MainPage.xaml +++ b/Sources/IHM/Desktop/MainPage.xaml @@ -71,16 +71,17 @@ Text="Pas de compte ?" /> -