Example #1
0
 static extern int ShellExecuteEx( ref ShellExecuteInfo lpExecInfo );
Example #2
0
 public Shell()
 {
     this.lpExecInfo = new ShellExecuteInfo();
 }