public Deck(Sowaj _s) { InitializeComponent(); s = _s; InitializeNewDeck(); InitializeDeckEditor(); InitializePanels(); }
public Register(Sowaj _s) { InitializeComponent(); txtPassword.PasswordChar = '*'; txtPasswordcomfirm.PasswordChar = '*'; hideError(); pctLoginAvaible.Hide(); s = _s; }
public Profil(Sowaj _s) { InitializeComponent(); s = _s; //s.music.Play(); // MessageBox.Show("profiles.lenght = " + s.tokenConnection.Profiles.Length.ToString()); InitializeAllCardList(); /* if (s.tokenConnection.Profiles.Length < 1) FirstConnection(); else InitializeClientInfos(); */// InitializeAllCardList(); HidePanel(); InitializePanels(); pnlRankInfos.Show(); pnlFightHistory.Show(); // s.client.setUnknow(); load_text(); }
public Profil(Sowaj _s) { InitializeComponent(); s = _s; //s.music.Play(); // MessageBox.Show("profiles.lenght = " + s.tokenConnection.Profiles.Length.ToString()); InitializeAllCardList(); /* * if (s.tokenConnection.Profiles.Length < 1) * FirstConnection(); * else * InitializeClientInfos(); */ // InitializeAllCardList(); HidePanel(); InitializePanels(); pnlRankInfos.Show(); pnlFightHistory.Show(); // s.client.setUnknow(); load_text(); }
public Login(Sowaj _s) { InitializeComponent(); txtPassword.PasswordChar = '*'; s = _s; }