Ejemplo n.º 1
0
 public virtual void Bind <T>(T view)
 {
     if (mainContext != null)
     {
         mainContext.BindBehaviour(view);
     }
 }