C# 公共控件之pictureBox
1、添加控件2、分别实现是三个button功能 private void 打开_Click(object sender, EventArgs e) { string pathname = string.Empty; OpenFileDialog file = new OpenFileDialog(); ...