public static MenuSingle getInstance() { if (instance == null) { instance = new MenuSingle(); } return(instance); }
static void Main(string[] args) { Console.SetWindowSize(Helper.Weiht, Helper.Height); MenuSingle.getInstance(); }