代码拉取完成,页面将自动刷新
using System;
using CPF.Platform;
using CPF.Windows;
using 蓝图重制版.BluePrint;
using CPF.Linux;
#if !Net4
using CPF.Skia;
//using CPF.Mac;//如果需要支持Mac才需要
//using CPF.Linux;//如果需要支持Linux才需要
#endif
namespace 蓝图重制版
{
class Program
{
[STAThread]
static void Main(string[] args)
{
Application.Initialize(
#if Net4
(OperatingSystemType.Windows, new WindowsPlatform(), new CPF.GDIPlus.GDIPlusDrawingFactory())
#else
(OperatingSystemType.Windows, new WindowsPlatform(), new SkiaDrawingFactory()),
//(OperatingSystemType.OSX, new MacPlatform(), new SkiaDrawingFactory()),//如果需要支持Mac才需要
(OperatingSystemType.Linux, new LinuxPlatform(), new SkiaDrawingFactory())//如果需要支持Linux才需要
#endif
);
var data = new test();
Application.LoadFont("res://蓝图重制版/css/element_icons.ttf", "element_icons");
Application.Run(new Window1 {
DataContext = data,
CommandContext = data
});
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。