Пример #1
0
        public Form1()
        {
            InitializeComponent();
            System.Net.WebClient client = new System.Net.WebClient();
            string read = client.DownloadString("http://localhost/7/project-fifa-php/Games.php");

            fetchedSchedule = JsonConvert.DeserializeObject <FetchSchedule>(read);
        }
Пример #2
0
        public Form1()
        {
            InitializeComponent();
            System.Net.WebClient client = new System.Net.WebClient();
            string read = client.DownloadString("http://simonnuijten.nl/bracket2.php?token=570724329");

            fetchedSchedule = JsonConvert.DeserializeObject <FetchSchedule>(read);
        }