mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-10-22 20:09:46 +08:00
Clean up all
Remvoe TextBoxXP
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user