C#获取应当程序当前目录的方法
摘要:
1、Environment.CurrentDirectory private void button1_Click(object sender, System.EventArgs e) { MessageBox.Show(System.Environment.CurrentDirectory.ToString()); } 2、Application.StartupPat... 阅读全文
posted @ 2008-05-17 11:31
光光GG
阅读(513)
评论(0)
推荐(0)
浙公网安备 33010602011771号