C# Class StonehearthEditor.MainForm.NewModCallback

Inheritance: InputDialog.IDialogCallback
Exibir arquivo Open project: stonehearth/stonehearth-editor

Public Methods

Method Description
NewModCallback ( ManifestView owner ) : System
OnAccept ( string inputMessage ) : bool
OnCancelled ( ) : void

Private Methods

Method Description
checkNewModName ( string modName ) : bool

Method Details

NewModCallback() public method

public NewModCallback ( ManifestView owner ) : System
owner ManifestView
return System

OnAccept() public method

public OnAccept ( string inputMessage ) : bool
inputMessage string
return bool

OnCancelled() public method

public OnCancelled ( ) : void
return void