コード例 #1
0
ファイル: Model.cs プロジェクト: huynguyen1412/Phone
        public Model()
        {
            phoneStorage = new IOStorage();
            nc = App.Current.GetApplicationNotificationObject();

            // create a new delegate (OnImageChanged) and assign it.
            webHandlerMethod = new webResponseHandler(this.OnImageChanged);
        }
コード例 #2
0
        public Model()
        {
            phoneStorage = new IOStorage();
            nc           = App.Current.GetApplicationNotificationObject();

            // create a new delegate (OnImageChanged) and assign it.
            webHandlerMethod = new webResponseHandler(this.OnImageChanged);
        }