static void Main(string[] args) { RunTimePoly runtime2 = new RunTimePoly2(); runtime2.Display(); runtime2.DisplayNumber(); Console.ReadLine(); }