mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 01:10:08 +00:00
完善注释和文档
This commit is contained in:
@@ -277,7 +277,6 @@ namespace XCharts.Runtime
|
||||
/// default theme.
|
||||
/// ||默认主题。
|
||||
/// </summary>
|
||||
/// <value></value>
|
||||
public static void ResetToDefaultTheme(Theme theme)
|
||||
{
|
||||
theme.themeType = ThemeType.Default;
|
||||
@@ -303,7 +302,6 @@ namespace XCharts.Runtime
|
||||
/// dark theme.
|
||||
/// ||暗主题。
|
||||
/// </summary>
|
||||
/// <value></value>
|
||||
public static void ResetToDarkTheme(Theme theme)
|
||||
{
|
||||
theme.themeType = ThemeType.Dark;
|
||||
|
||||
Reference in New Issue
Block a user