07 2013 档案

摘要:void mydataGird_MouseDoubleClick(object sender, MouseButtonEventArgs e) { Point aP = e.GetPosition(mydataGird); IInputElement obj = mydataGird.InputHitTest(aP); DependencyObject target = obj as DependencyObject; int i = 0; while (target !... 阅读全文
posted @ 2013-07-13 23:22 法的空间 阅读(771) 评论(0) 推荐(0) 编辑
摘要:/// /// AutoCompleteComboBox /// public class AutoCompleteComboBox : ComboBox { #region DependencyProperty public string WaterMark { get { return (string)GetValue(WaterMarkProperty); } set { SetValue(WaterMarkProperty, value); } } ... 阅读全文
posted @ 2013-07-10 19:39 法的空间 阅读(329) 评论(0) 推荐(0) 编辑
摘要:xaml View Code csusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Windows.Data;using System.Windows.Documents;using System.Windows.I... 阅读全文
posted @ 2013-07-07 12:22 法的空间 阅读(604) 评论(0) 推荐(0) 编辑
摘要:-- =============================================-- Author: -- Create date: -- Description: -- =============================================CREATE PROCEDURE [dbo].[USP_PM_SearchPatronByCriteria] @IsActive bit = NULL, @PatronNo bigint=NULL, @BirthDate date=NULL, @PNFirstN... 阅读全文
posted @ 2013-07-05 18:04 法的空间 阅读(489) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2013-07-04 19:18 法的空间 阅读(226) 评论(0) 推荐(0) 编辑
摘要:View Code 阅读全文
posted @ 2013-07-01 22:34 法的空间 阅读(249) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示