Esempio n. 1
0
 public static void Main(String[] args)
 {
     AttrDemo ad = new AttrDemo();
     // we're trying to call a method that has been
     // tagged as obsolete
     ad.OldMethod();
 }
Esempio n. 2
0
    public static void Main(String[] args)
    {
        AttrDemo ad = new AttrDemo();

        // we're trying to call a method that has been
        // tagged as obsolete
        ad.OldMethod();
    }