我有一个应用程序
Process.Start()
启动另一个应用程序'ABC'.我想等到应用程序结束(进程死机)并继续执行.我该怎么做?
应用程序"ABC"可能有多个实例同时运行.
.net c# process
.net ×1
c# ×1
process ×1