Exemplo n.º 1
0
        private void NextHistory()
        {
            String line = history.Next();

            if (line != null)
            {
                SetCommandText(line);
            }
        }