摘要:
Install-Package System.IO.Ports; //Sender.cs using System.IO.Ports; using System.Text; namespace ConsoleApp35 { internal class Program { static async 阅读全文
摘要:
1.Download from https://sourceforge.net/projects/com0com/files/com0com/3.0.0/com0com-3.0.0.0-x64-fre.zip 2.Unzip 3.Run exe file and click as the defau 阅读全文
摘要:
Install-Package Prism.Unity; Install-Package Prism.WPF; //IEventAggregator using System; using System.Collections.Generic; using System.Text; namespac 阅读全文
摘要:
//Sender using System.Net.Sockets; using System.Security.AccessControl; namespace ConsoleApp18 { internal class Program { static async Task Main(strin 阅读全文