..
This commit is contained in:
@@ -662,5 +662,14 @@ namespace Project
|
||||
|
||||
|
||||
}
|
||||
|
||||
private void tbagvaddr_Click(object sender, EventArgs e)
|
||||
{
|
||||
var tb = sender as TextBox;
|
||||
var rlt = UTIL.InputBox("input vlaue", tb.Text);
|
||||
if (rlt.Item1 == false) return;
|
||||
if (rlt.Item2.isEmpty()) return;
|
||||
tb.Text = rlt.Item2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user