Exemplo n.º 1
0
        private async void OnStartUp()
        {
            this.StartLocalProxy();
            loginButton.Enabled = false;
            await AppUpdater.RunUpdater();

            Authenticate();
        }