Exemplo n.º 1
0
        public void EnterUsername(string un)
        {
            int trimLength = 5;

            if (UN.Length > trimLength)
            {
                UN = UN.Remove(trimLength);
            }
        }