Ejemplo n.º 1
0
        public static void updateTitle()
        {
            string _title = Title.Replace("@CONNECTIONS@", ActiveConnections.ToString()).Replace("@ONLINEPLAYERS@", PlayerOnline.ToString());

            Console.Title = _title;
        }