MCPcopy Create free account
hub / github.com/InWILL/Locale_Remulator / InputBox

Method InputBox

LREditor/InputBox.xaml.cs:23–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 {
22 public string InputResult;
23 public InputBox()
24 {
25 InitializeComponent();
26 TextBox_NewName.Focus();
27 }
28
29 private void Button_Save_Click(object sender, RoutedEventArgs e)
30 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected