static void Main(string[] args) { Geometrical_Shapes Small_rectangle= new Geometrical_Shapes(); Small_rectangle.Create(); Small_rectangle.Display(); Console.ReadLine(); }
static void Main(string[] args) { Geometrical_Shapes Small_rectangle = new Geometrical_Shapes(); Small_rectangle.Create(); Small_rectangle.Display(); Console.ReadLine(); }