Beispiel #1
0
        public void Start()
        {
            CheckVersion = new CheckVersionState(this);
            CheckMd5     = new CheckMd5State(this);
            DownloadRes  = new DownloadResState(this);

            CheckVersion.Start();
        }
Beispiel #2
0
 public void Start()
 {
     CheckVersion.Start();
 }