public NetHttp (AppDelegate ad)
		{
			this.ad = ad;
		}
Example #2
0
 public NetHttp(AppDelegate ad)
 {
     this.ad = ad;
 }
Example #3
0
 public DotNet(AppDelegate ad)
 {
     this.ad = ad;
 }
 public Cocoa(AppDelegate ad)
 {
     this.ad = ad;
     result = new byte [0];
 }
Example #5
0
 public Cocoa(AppDelegate ad)
 {
     this.ad = ad;
     result  = new byte [0];
 }
Example #6
0
		public DotNet (AppDelegate ad)
		{
			this.ad = ad;
		}