Files
Jugenddienst-Stunden/Jugenddienst Stunden/App.xaml.cs
2024-08-20 01:37:51 +02:00

18 lines
658 B
C#

//using AndroidX.Browser.Trusted;
namespace Jugenddienst_Stunden {
public partial class App : Application {
public App() {
InitializeComponent();
MainPage = new AppShell();
//Models.Auth.Main(new string[] { "http://hours.dauni.mine.nu:81/appapi", "OTI6Y1JVUS9RTG1jMTZUbnN2c2JZRm5yRDNiUTZz" }); //Angelika
//Models.Auth.Main(new string[] { "http://hours.dauni.mine.nu:81/appapi", "Njc6cjltcVJ1SmtITUtFZ3llUVpJcWJzc2NDejVZ" }); //Dario
Models.Auth.Main(new string[] { "http://hours.dauni.mine.nu:81/appapi?hours", "MTQzfEFlMVRjQXdZMnI4RmpxZ0FSY3A0VEN2bVZYVXxodHRwOi8vaG91cnMuZGF1bmkubWluZS5udTo4MS9hcHBhcGk=" }); //Christine
}
}
}