ColorsInfo

ColorsInfo()

初始化 ColorsInfo 类的新实例。

public ColorsInfo()

也可以看看


ColorsInfo(DateTime, Dictionary<string, Colors>, Dictionary<string, Colors>)

初始化 ColorsInfo 类的新实例。

public ColorsInfo(DateTime updated, Dictionary<string, Colors> calendar, 
    Dictionary<string, Colors> evnt)
范围类型描述
updatedDateTime调色板的最后修改时间。
calendarDictionary`2日历颜色调色板,从颜色 ID 映射到其定义。
evntDictionary`2事件颜色调色板,从颜色 ID 到其定义的映射。

也可以看看