摘要: using System;2 using System.Collections.Generic;3 using System.ComponentModel;4 using System.Data;5 using System.Drawing;6 using System.Text;7 using System.Windows.Forms;8 using System.Runtime.InteropServices;910 namespace BrowserMouseClick11 {12 public partial class Form1 : Form13 {14 [DllI... 阅读全文
posted @ 2013-01-10 10:41 天涯海客 阅读(542) 评论(1) 推荐(0)