文件名称:c# mo的实例代码
文件大小:2.08MB
文件格式:RAR
更新时间:2018-07-10 14:39:30
c# mo实例代码
public partial class Form1 : Form { public Form1() { InitializeComponent(); } private string dizhi; private int dindex { get { return this.listBox1.SelectedIndex; } } private void 打开ToolStripMenuItem_Click(object sender, EventArgs e) { OpenFileDialog file = new OpenFileDialog(); file.Filter = "(*.shp)|*.shp";//设置文件的筛选类型 file.Multiselect = true;//设置可以多选 file.InitialDirectory = Application.StartupPath;//设置文件对话框的初始路径为程序的调试文件夹 if (file.ShowDialog() == DialogResult.OK) {
【文件预览】:
mo实例
----mo实例.suo(18KB)
----mo实例()
--------bin()
--------Form1.Designer.cs(21KB)
--------Form2.resx(6KB)
--------mo实例.csproj.user(547B)
--------Program.cs(489B)
--------obj()
--------mo实例.csproj(7KB)
--------Form2.cs(1KB)
--------Form1.cs(24KB)
--------Form2.Designer.cs(3KB)
--------Form1.resx(16KB)
--------Properties()
----mo实例.sln(1KB)