//public Mission mission; public Fcontainer() { InitializeComponent(); this.IsMdiContainer = true; WindowState = System.Windows.Forms.FormWindowState.Maximized; f_research = new Fresearch(this); f_exploration = new Fexploration(this); f_activity = new Factivity(this); f_calendar = new Fcalender(this, f_activity); f_settings = new Fsettings(this); //calendar.Size = new Size(Width - 4, Height - 4); //Test if the mission isn't initialized /*if(not initialized)*/ //L_date.Text = "Jour ?, ?h?"; //f_settings.BringToFront(); f_settings.Activate(); }