アプリケーションを更新する処理を提供します。
Ejemplo n.º 1
0
        public MainForm(UpdateArgs args)
        {
            InitializeComponent();
            _updater = new CandyUpdater(args);

            lblMessage.Text = String.Format("{0} をアップデート中", args.ApplicationName);
        }
Ejemplo n.º 2
0
        public MainForm(UpdateArgs args)
        {
            InitializeComponent();
            _updater = new CandyUpdater(args);

            lblMessage.Text = String.Format("{0} をアップデート中", args.ApplicationName);
        }