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