Ejemplo n.º 1
0
 public RegisterPage(PagesControler pagesControler, LayoutControler layoutControler, AuthenticationControler authenticationControler)
 {
     _pagesControler          = pagesControler;
     _layoutControler         = layoutControler;
     _authenticationControler = authenticationControler;
     InitializeComponent();
 }
Ejemplo n.º 2
0
 void Awake()
 {
     Instance = this;
 }