Advertisement
dereksir

Untitled

Dec 5th, 2023
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.09 KB | None | 0 0
  1. using System.Diagnostics;
  2.  
  3. using (Process process = new Process())
  4. {
  5.     // ...
  6.  
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement