InputText: Code cleanup

This commit is contained in:
spx
2013-03-06 04:03:43 +09:00
parent 4cf416bd3f
commit 7f8e739ae6
3 changed files with 26 additions and 24 deletions

View File

@ -264,6 +264,9 @@ namespace InputText
lock (this._InputBoxLocker)
{
if (this._IsFinalizing)
return null;
SkinWindow skin = new SkinWindow(rm);
// Create the form. 'InputBox' is a .NET form with a textbox and two button controls on it.
@ -352,7 +355,7 @@ namespace InputText
return result;
}
private void CloseInputBox()
private void FinalizePluginCode()
{
lock (this._InputBoxLocker)
{