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

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