Example #1
0
        public MainWindow()
        {
            InitializeComponent();
            Google.Init("Google", "www.google.be");
            Smartschool.Init("Smartschool", "sanctamaria-aarschot.smartschool.be");
            Site.Init("Website", "www.sanctamaria-aarschot.be");

            lastTime       = DateTime.Now;
            timer.Interval = 1000;
            timer.Elapsed += Timer_Elapsed;
            timer.Enabled  = true;

            var router = new Monitors.Router("127.0.0.1", "public");

            router.Update();
        }