static void Main(string[] args) { Phanso ob1 = new Phanso(2, 5); ob1.Show(); Phanso ob2 = new Phanso(ob1); ob2.Show(); Console.ReadLine(); }