Ejemplo n.º 1
0
 public PagePainter(Editor host)
 {
     CurrentHost = host ?? throw new HTFrameworkException(HTFrameworkModule.Utility, "初始化分页绘制器失败:宿主不能为空!");
     CurrentPage = EditorPrefs.GetString(CurrentHost.GetType().FullName, null);
 }