摘要: public static class BinarySearchHelper { public static int BinarySearch(int[] items, int find) { int start = 0; int end = items.Length - 1; ... 阅读全文
posted @ 2019-07-27 16:24 马肯尼煤牙巴骨 阅读(133) 评论(0) 推荐(0)
摘要: Products = new ObservableCollection<Product>(products); ProductOptions = new ObservableCollection<ProductOption>(options); ProductsView = CollectionVi 阅读全文
posted @ 2019-07-27 01:10 马肯尼煤牙巴骨 阅读(580) 评论(0) 推荐(0)
摘要: xmlns:scm="clr-namespace:System.ComponentModel;assembly=WindowsBase" xmlns:swd="clr-namespace:System.Windows.Data;assembly=PresentationFramework" <Col 阅读全文
posted @ 2019-07-27 01:03 马肯尼煤牙巴骨 阅读(646) 评论(0) 推荐(0)