Esempio n. 1
0
        public App()
        {
            InitializeComponent();

            MaterialColors.Initialize(MaterialColors.Blue, MaterialColors.LightBlue);
            var x = MaterialColors.Grey.Primary300;

            Secrets = ReadSecrets();
            //Client = new RestClient("http://192.168.1.75:8000/");
            Client = new RestClient("http://brock.in:4120/");

            Bootstrap.Run(this);
        }