private void Bridge_MoreThanOneAccount(List<string> accounts)
        {
            Log("More than one account found");
            tCheckDevice.Stop();

            ListInputForm frm = new ListInputForm(accounts);
            frm.ShowDialog();
            this.SelectedSteamID = accounts[frm.SelectedIndex];
            CheckDevice();
        }
Exemple #2
0
        private void Bridge_MoreThanOneAccount(List <string> accounts)
        {
            Log("More than one account found");
            tCheckDevice.Stop();

            ListInputForm frm = new ListInputForm(accounts);

            frm.ShowDialog();
            this.SelectedSteamID = accounts[frm.SelectedIndex];
            CheckDevice();
        }