static void Main(string[] args) { ObjectArray arr = new ObjectArray(); arr.Run(); Console.ReadLine(); }