コード例 #1
0
 public RegisterPage(PagesControler pagesControler, LayoutControler layoutControler, AuthenticationControler authenticationControler)
 {
     _pagesControler          = pagesControler;
     _layoutControler         = layoutControler;
     _authenticationControler = authenticationControler;
     InitializeComponent();
 }
コード例 #2
0
 void Awake()
 {
     Instance = this;
 }