摘要:
this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown); private void pictureBox1_MouseDown(object sender, MouseEventArgs e) { Point aa = new Point(e.X, e.... 阅读全文
摘要:
public static string programPath = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase); private void button1_Click(object sender, EventArgs e) { stri... 阅读全文