public Form2(string resultTime, Hidewin hideWin) { InitializeComponent(); pictureBoxTextFrogger.Image = Properties.Resources.FroggerText2; this.resultTime = resultTime; this.hideWin = hideWin; }
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(); }