摘要: Install-Package Prism.Wpf; Install-Package Prism.Unity; public class ViewBViewModel:BindableBase { ITimeService timeService; IGuidService guidService; 阅读全文
posted @ 2025-09-30 16:36 FredGrit 阅读(8) 评论(0) 推荐(0)
摘要: 1. Platform Invocation (P/Invoke) Set C++ project as dll, compile, copy compiled c++ dll to C# bin/debug matched location //C++ // ConsoleApplication1 阅读全文
posted @ 2025-09-30 10:57 FredGrit 阅读(10) 评论(0) 推荐(0)