Пример #1
0
 public Form2(string resultTime, Hidewin hideWin)
 {
     InitializeComponent();
     pictureBoxTextFrogger.Image = Properties.Resources.FroggerText2;
     this.resultTime             = resultTime;
     this.hideWin = hideWin;
 }
Пример #2
0
 public Form3Ranking(List <string> rankingUnsorted, string userGame, Hidewin hid)
 {
     InitializeComponent();
     pictureBoxRanking.Image = Properties.Resources.FroggerLogo;
     this.rankingUnsorted    = rankingUnsorted;
     this.userGame           = userGame;
     this.hid = hid;
     AddToDictionary();
 }