Inheritance: NSApplicationDelegate
		public DotNet (AppDelegate ad)
		{
			this.ad = ad;
		}
Exemple #2
0
		public Cocoa (AppDelegate ad)
		{
			this.ad = ad;
			result = new byte [0];
		}
 public NetHttp(AppDelegate ad)
 {
     this.ad = ad;
 }
Exemple #4
0
 public Renderer(AppDelegate ad)
 {
     this.ad = ad;
 }
		public NetHttp (AppDelegate ad)
		{
			this.ad = ad;
		}
 public Renderer(AppDelegate ad)
 {
     this.ad = ad;
 }
Exemple #7
0
 public DotNet(AppDelegate ad)
 {
     this.ad = ad;
 }
Exemple #8
0
 public Cocoa(AppDelegate ad)
 {
     this.ad = ad;
     result  = new byte [0];
 }