ubuntu 13.10编译安装mono环境(二)
时间:2022-05-27 00:10:17|栏目:Linux|点击: 次
准备工作
先在VS2012上编译一个winform,代码如下:
using System; using System.Windows.Forms; namespace FormsTest { static class Program { ////// 应用程序的主入口点。 /// [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Form()); } } }
栏 目:Linux
下一篇:Apache启动错误Permission denied: httpd: could not open error log file解决方法
本文标题:ubuntu 13.10编译安装mono环境(二)
本文地址:https://idc91.com/fuwuqizl/2294.html
您可能感兴趣的文章
- 05-10Ubuntu系统安装ANSYS2021R1
- 05-10ANSYS2021R1安装方法Linux centos Ubuntu系统
- 11-07Linux中一对多配置日志服务器的详细步骤
- 11-07linux服务器安装SonarQube代码检测工具的详细步骤
- 11-07Apache自带的ab压力测试工具的实现
- 11-07apache虚拟主机配置的三种方式(小结)
- 11-07Linux在两个服务器直接传文件的操作方法
- 11-07xshell5使用ssh连接阿里云服务器的实现步骤
- 11-07linux查看服务器开放的端口和启用的端口多种方式
- 11-07Xshell连接centOS7并与CentOS7联网