public Menu(object user, login login) { InitializeComponent(); this.currentUser = (USAGER)user; this.login = login; }
public FormFilmConsultations(object user, login loginPage) { InitializeComponent(); m_timer.Elapsed += m_timer_Elapsed; m_loginPage = loginPage; this.currentUser = (USAGER)user; m_lblNomClient.Text = currentUser.NOM; }
public FormMovieLocationCounter(USAGER user, login login) { InitializeComponent(); this.login = login; this.user = user; Thread.CurrentThread.CurrentUICulture = new CultureInfo("fr-FR"); InitiliazeListBoxAgeRange(); InitiliazeListBoxProvince(); InitiliazeListBoxWeekDay(); InitiliazeListBoxMonths(); }