问题描述
我在Main()内的program.cs中有下一个代码,并且仅当我执行(myprogram.exe)之类的主要可执行文件时才能正常工作,但是此项目是单击一次应用程序,因此请单击一次应用程序以文件开头myprogram.application,由于某种原因,这使下一个代码无法正常工作,有什么想法吗?
System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("en-US");
System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("en-US");
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)