static void Main(string[] args) { BasicAttributeDemo attrDemo = new BasicAttributeDemo(); attrDemo.MyFirstdeprecatedMethod(); attrDemo.MySecondDeprecatedMethod(); attrDemo.MyThirdDeprecatedMethod(); }
static void xMain(string[] args) { BasicAttributeDemo attrDemo = new BasicAttributeDemo(); attrDemo.MyFirstdeprecatedMethod(); attrDemo.MySecondDeprecatedMethod(); attrDemo.MyThirdDeprecatedMethod(); // keep screen from going away // when run from VS.NET Console.ReadLine(); }