Inheritance: NSViewController, INSTableViewDataSource
Example #1
0
		public DotNet (ViewController vc)
		{
			viewController = vc;
		}
Example #2
0
		public NetHttp (ViewController vc)
		{
			viewController = vc;
		}
Example #3
0
		public Cocoa (ViewController vc)
		{
			viewController = vc;
			result = new byte [0];
		}
Example #4
0
 public DotNet(ViewController vc)
 {
     viewController = vc;
 }
Example #5
0
 public NetHttp(ViewController vc)
 {
     viewController = vc;
 }
Example #6
0
 public Cocoa(ViewController vc)
 {
     viewController = vc;
     result         = new byte [0];
 }