摘要:
//D:\C\WcfService2\WcfService2\IBookService.cs using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; 阅读全文
摘要:
1.In WCF,Add WCF Service,BookService 2. //D:\C\WcfService1\WcfService1\Book.cs using System; using System.Collections.Generic; using System.Linq; usin 阅读全文
摘要:
Install-Package Microsoft.Xaml.Behaviors.Wpf public class GridBehavior : Behavior<Grid> { private ContextMenu contextMenu; public GridBehavior() { con 阅读全文
摘要:
public class DataGridRightClickBehavior : Behavior<DataGrid> { public ICommand SaveSelectedCommand { get { return (ICommand)GetValue(SaveSelectedComma 阅读全文