mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-13 21:39:26 +00:00
Add summary header to RenamePrompt.NewText property
This commit is contained in:
@@ -6,6 +6,9 @@ namespace PckStudio
|
||||
{
|
||||
public partial class RenamePrompt : MetroForm
|
||||
{
|
||||
/// <summary>
|
||||
/// Text entered <c>only access when DialogResult == DialogResult.OK</c>
|
||||
/// </summary>
|
||||
public string NewText => InputTextBox.Text;
|
||||
|
||||
public RenamePrompt(TreeNode nodeIn)
|
||||
|
||||
Reference in New Issue
Block a user