Ejemplo n.º 1
0
 public NewProfileItemViewController() : base("NewProfileItemViewController", null)
 {
     tableHelper   = new TableHelper();
     dataHelper    = new DataHelper();
     eventHandlers = new EventHandlers(this);
 }
 public MediaSummaryViewController() : base("MediaSummaryViewController", null)
 {
     tableHelper = new TableHelper();
     dataHelper  = new DataHelper();
 }