Exemplo n.º 1
0
 public static ITableViewControllerEvents Events(this ITableViewController This)
 {
     return(new ITableViewControllerEvents(This));
 }
Exemplo n.º 2
0
 public ITableViewControllerEvents(ITableViewController This)
 {
     this.This = This;
 }