Fork me on GitHub

随笔分类 -  Silverlight

摘要:DoubleClickHelper.csusing System;using System.Net;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System.Windows.Ink;using System.Windows.Input;using System.Windows.Media;using System.Windows.Media.Animation;using System.Windows.Shapes;using System.Windows.Thr 阅读全文
posted @ 2012-11-23 15:51 Nick.Chung 阅读(251) 评论(0) 推荐(0) 编辑
摘要:App.xaml public partial class App : Application { public App() { bool registerResult = WebRequest.RegisterPrefix( "WCF Address", System.Net.Browser.WebRequestCreator.ClientHttp); } }Async Completed Methodusing System.ServiceModel; if... 阅读全文
posted @ 2012-11-12 15:44 Nick.Chung 阅读(220) 评论(0) 推荐(0) 编辑
摘要:DB[Photo] [varbinary](max)ImageConvert.csusing System;using System.Net;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System.Windows.Ink;using System.Windows.Input;using System.Windows.Media;using System.Windows.Media.Animation;using System.Windows.Shapes;usi 阅读全文
posted @ 2012-11-09 17:16 Nick.Chung 阅读(523) 评论(0) 推荐(0) 编辑