Example #1
0
        static void Main(string[] args)
        {
            Assistant user = new Assistant();

            user.Name = Console.ReadLine();
            user.FromAbstracted();

            Console.ReadLine();
        }