06 2015 档案
摘要:--> private void MouseEnterFeedFile(object obj) { if (MouseEnterFeedFileEvent != null) { MouseEnterFeedFileEvent(this); } //ScaleTr...
阅读全文
摘要:http://www.cnblogs.com/gnielee/archive/2010/08/20/multi-touch-via-blend4.html
阅读全文
摘要:Header="{BindingPath=Command.Text,RelativeSource={RelativeSourceSelf}}"/>
阅读全文
摘要:WPF窗体的命令绑定方法一:使用代码 #region Command private void HelpCanExecute(object sender, CanExecuteRoutedEventArgs e) ...
阅读全文
摘要:在C#中,ref的意思是按引用传递。可以参考C++:view plaincopy to clipboardprint?inta=10,b=20; voidswap(intx,inty) { inttemp=x; x=y; y=temp; }如果简单的调用这个swap,比如:swap(a, b),那么...
阅读全文
摘要:xcopy /r /y "$(SolutionDir)AlarmModule\bin\Debug\AlarmModule.dll" "$(TargetDir)"xcopy /r /y "$(SolutionDir)NoticeModule\bin\Debug\NoticeModule.dll" "$...
阅读全文
摘要:http://www.fx114.net/qa-14-92750.aspx
阅读全文
摘要:通常我们并不直接和Region打交道,而是通过RegionManager,它实现了IRegionManager接口。IRegionManager接口包含一个只读属性Regions,是Region的集合,还有一个CreatRegionManager方法。Prism通过RegionManagerExte...
阅读全文