MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / Dialog_InputBox

Method Dialog_InputBox

TexturedFontEditor/Dialog_InputBox.cs:37–44  ·  view source on GitHub ↗
(string TipText, string Caption, string Default)

Source from the content-addressed store, hash-verified

35 }
36
37 public Dialog_InputBox(string TipText, string Caption, string Default)
38 {
39 InitializeComponent();
40
41 _TipText = TipText;
42 _Caption = Caption;
43 _Default = Default;
44 }
45
46 private void Dialog_InputBox_Load(object sender, EventArgs e)
47 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected