コード例 #1
0
ファイル: Shell.cs プロジェクト: matthiase/odeo-mobile
 static extern int ShellExecuteEx( ref ShellExecuteInfo lpExecInfo );
コード例 #2
0
ファイル: Shell.cs プロジェクト: matthiase/odeo-mobile
 public Shell()
 {
     this.lpExecInfo = new ShellExecuteInfo();
 }