读书人

C# 兑现文件锁

发布时间: 2012-10-25 10:58:58 作者: rapoo

C# 实现文件锁

using System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;namespace FileTokenNotWork{    static class Program    {        /// <summary>        /// The main entry point for the application.        /// </summary>        [STAThread]        static void Main()        {            Application.EnableVisualStyles();            Application.SetCompatibleTextRenderingDefault(false);            Application.Run(new Form1());        }    }}

?

读书人网 >C#

热点推荐