コード例 #1
0
ファイル: FileDeleter.cs プロジェクト: michaelknigge/forcedel
 /// <summary>
 /// Standard constructor.
 /// </summary>
 public FileDeleter()
 {
     this.snapshot = new ProcessHandleSnapshot();
 }
コード例 #2
0
 /// <summary>
 /// Standard constructor.
 /// </summary>
 public FileDeleter()
 {
     this.snapshot = new ProcessHandleSnapshot();
 }