using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using Windows7.DesktopIntegration;
namespace Windows7Test
{
public partial class Form1 : Form
{
[...] 阅读全文
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Text.RegularExpressions;
using System.Threading;
using System.IO;
using MyHelper.TextHelper; [...] 阅读全文
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;
using System.Reflection;
using System.ComponentModel;
namespace WinFormLib
{
public class MenuClone
{
//使用例子
//private void Form1_Load(object sender, EventArgs e)
[...] 阅读全文