示例#1
0
        static void Main(string[] args)
        {
            Console.WriteLine("Hello World!");
            EventLog.log("exiting");

            MessageQueue mq = new MessageQueue("world");

            X509Store store = X509Store.load("world");

            SharePoint sp = new Microsoft.SharePoint.Instance();

            TransactionScope scope = new TransactionScope();
        }