Наследование: 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;
		}
Пример #6
0
 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];
 }