Exemplo n.º 1
0
    void CheckHowManyFileNeedUpdate()
    {
        FileUpdateMgr mgr = new FileUpdateMgr();

        mgr.Init_OnlyForTest(CheckFinish);
        // mgr.Init("url",CheckFinish);
    }
Exemplo n.º 2
0
    // Use this for initialization
    void Start()
    {
        mgr.Init_OnlyForTest(CheckFinish);


        //string url = "";
        //mgr.Init(url, FinishDownload);
    }