标签:strong nbsp com sha img ppa button .com object
实现效果:
知识运用:
Application类的StartupPath属性
public static string StartupPath {get;}
实现代码:
private void button1_Click(object sender, EventArgs e) { textBox1.Text = Application.StartupPath; }
标签:strong nbsp com sha img ppa button .com object
原文地址:https://www.cnblogs.com/feiyucha/p/10236161.html