using System.Diagnostics;
ProcessStartInfo Info = new ProcessStartInfo();
Info.FileName = "xxx.exe"; //執行的檔案名稱
Info.WorkingDirectory = @"C:\xxx\xxx"; //檔案所在的目錄
Process.Start(Info);
WPF聊天室应用(ASP.NET Core SignalR) https://www.bilibili.com/video/BV1Q741187Si?p=2 https://www.bilibili.com/video/BV1UV411e75T?from=search&...
沒有留言:
張貼留言