Exemplo n.º 1
0
        static void Main(string[] args)
        {
            BasicAttributeDemo attrDemo = new BasicAttributeDemo();

            attrDemo.FirstDeprecated();
            attrDemo.SecondDeprecated();
            attrDemo.ThirdDeprecated();

            MessageDialog(0, "MessageDialog called!", "DllImprt Demo", 0);
        }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            BasicAttributeDemo attrDemo = new BasicAttributeDemo();

            attrDemo.FirstDeprecated();
            attrDemo.SecondDeprecated();
            attrDemo.ThirdDeprecated();

            MessageDialog(0, "MessageDialog called!", "DllImprt Demo", 0);
        }