コード例 #1
0
 public IPhoneSimulatorDebuggerArgs(string appName, IPhoneCommandConnection commandConnection)
 {
     this.appName           = appName;
     this.commandConnection = commandConnection;
 }
コード例 #2
0
 public CommandAsyncResult(IPhoneCommandConnection conn, AsyncCallback callback, object state)
     : base(callback, state)
 {
     this.conn = conn;
 }