Ejemplo n.º 1
0
        static void Main()
        {
            Deprecated d = new Deprecated();

            d.DeprecatedServerName = "example.com";
            Console.WriteLine(d.ServerName);
        }
Ejemplo n.º 2
0
 static void Main()
 {
     Deprecated.Deprecate("Testing Function…");             //call to deprecated function
 }