摘要:
participants The classes and/or objects participating in this pattern are: Component (LibraryItem) defines the interface for objects that can have responsibilities added to th... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Input; us... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace SilverlightInterview.Web { public class Note { public Note() { } public string ID... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Services; namespace SilverlightInterview.Web { /// /// StockService 的摘要说明 /// [W... 阅读全文
摘要:
private void GetAllValues(XElement doc) { ChartValues = new List(); ChartKeys = new List(); var myValues = from pv in doc.Descendants("value") ... 阅读全文
摘要:
编写WCF服务接口 using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.ServiceModel; using System.Text; namespace SilverlightApplication11.We... 阅读全文
摘要:
编写Web service using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Services; namespace SilverlightApplication10.Web { /// /// WebService1 的摘... 阅读全文