コード例 #1
0
        public DownloadConfirm(List<DownloadFileInfo> downloadfileList,Config config)
        {
            InitializeComponent();

            downloadFileList = downloadfileList;
            label4.Text += config.ServerUrl;
        }
コード例 #2
0
ファイル: AutoUpdater.cs プロジェクト: s7loves/mypowerscgl
 public AutoUpdater()
 {
     config = Config.LoadConfig(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, ConstFile.FILENAME));
 }