public void initConst() { //Per prima cosa rileviamo le dimensioni dello schermo Const.widthScreen = Screen.PrimaryScreen.Bounds.Width; Const.heightScreen = Screen.PrimaryScreen.Bounds.Height; //inizializzo la classe che contiene le costanti Const.init(); }
public Menu() { Const.init(); InitializeComponent(); initConst(); init(); Const.setMenu(this); }