摘要:
Install-Package Prism.DryIOC; Install-Package Prism.Wpf; //BookModule using BookModule.Services; using BookModule.ViewModels; using BookModule.Views; 阅读全文
摘要:
1. Platform Invocation (P/Invoke) Set C++ project as dll, compile, copy compiled c++ dll to C# bin/debug matched location //C++ // ConsoleApplication1 阅读全文
摘要:
An Attached Property is a special, XAML-centric concept that is, under the hood, a Dependency Property. It allows a child element to specify a value f 阅读全文