public static ITableViewControllerEvents Events(this ITableViewController This) { return(new ITableViewControllerEvents(This)); }
public ITableViewControllerEvents(ITableViewController This) { this.This = This; }