public static void Main()
Console.WriteLine("First Example");
p1.store = new SomeClass();
p1.store.Name = "Jenish";
p2.store.Name = "Jenish2";
Console.WriteLine("Name: {0}, X: {1}, Y: {2}, Name: {3}", this.Name.ToString(), this.X, this.Y, this.store.Name);
public string Name {get; set;}