Clean up all

Remvoe TextBoxXP
This commit is contained in:
2022-11-27 16:51:47 +08:00
parent d169de9a9e
commit c7898401ce
52 changed files with 925 additions and 1102 deletions

View File

@@ -45,7 +45,6 @@ namespace GrasscutterTools.Utils
listBox.EndUpdate();
}
/// <summary>
/// 使用浏览器打开网址
/// </summary>
@@ -63,11 +62,10 @@ namespace GrasscutterTools.Utils
}
}
/// <summary>
/// 提示气泡对象
/// </summary>
private readonly static ToolTip TTip = new ToolTip();
private static readonly ToolTip TTip = new ToolTip();
/// <summary>
/// 在指定控件上显示提示气泡
@@ -79,4 +77,4 @@ namespace GrasscutterTools.Utils
TTip.Show(message, control, 0, control.Size.Height, 3000);
}
}
}
}