首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

C# 兑现文件锁

2012-10-25 
C# 实现文件锁using Systemusing System.Collections.Genericusing System.Linqusing System.Windows.F

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());        }    }}

?

热点排行