C# 控制台程序 打开窗体

控制台项目Project1,程序代码,如: code class Program { private static Thread _thread; static void Main(string[] args) { _thread = new Thread(TestClass.Show); _thread.SetApartmentState(ApartmentState.STA);/
相关文章
相关标签/搜索