Esempio n. 1
0
    public static void Main()
    {
        IndexerDemo ind = new IndexerDemo();

        Console.WriteLine("Date is {0}/{1}/{2}", ind["Day"], ind["Month"], ind["Year"]);
        Console.ReadKey();
    }
Esempio n. 2
0
 public static void Test()
 {
     //  Display();
     IndexerDemo.Display();
 }