Exemple #1
0
        private static void Main(string[] args)
        {
            StringEditor editor = new StringEditor();

            editor.EditString();
        }