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