コード例 #1
0
ファイル: ProcessWrap.cs プロジェクト: zxatph/SystemWrapper
 /// <inheritdoc />
 public void Kill()
 {
     ProcessInstance.Kill();
 }