private void InitControls() { //// InfoMainUc infoUc = new InfoUc(); playersUc = new PlayersUc(); gamesUc = new GamesUc(); newsUc = new NewsUc(); //// ChatMainUc chatUc = new ChatUc(null); chatUc.Init(); inboxUc = new InboxUc(); sentUc = new SentUc(); //// ChallengesMainUc challengesUc = new ChallengesUc(); }
public ChallengesUc() { InitializeComponent(); Instance = this; }