Beispiel #1
0
        void InitUI()
        {
            cboxArch.SelectedIndex = setting.isDownloadWin32V2RayCore ? 0 : 1;

            var verList = setting.GetV2RayCoreVersionList();

            Misc.UI.FillComboBox(cboxVer, new List <string>(verList));
            pgBarDownload.Value = 0;
        }