Exemple #1
0
 public void onMainMenuClose(BaseBeloteControl Sender, string SpriteName)
 {
     authForm = new AuthorizationForm (this.Game, this, onAutorizationFormClose, null);
     authForm.Show (1344, 750, 0, 0);
     ChangeActiveForm (authForm);
 }
Exemple #2
0
 public override void DidMoveToView(SKView view)
 {
     authForm = new AuthorizationForm (this.Game, this, onAutorizationFormClose, null);
     authForm.Show (1344, 750, 0, 0);
     ChangeActiveForm (authForm);
 }