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