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