C# Class StonehearthEditor.MainForm.NewModCallback

Inheritance: InputDialog.IDialogCallback
Afficher le fichier Open project: stonehearth/stonehearth-editor

Méthodes publiques

Méthode Description
NewModCallback ( ManifestView owner ) : System
OnAccept ( string inputMessage ) : bool
OnCancelled ( ) : void

Private Methods

Méthode Description
checkNewModName ( string modName ) : bool

Method Details

NewModCallback() public méthode

public NewModCallback ( ManifestView owner ) : System
owner ManifestView
Résultat System

OnAccept() public méthode

public OnAccept ( string inputMessage ) : bool
inputMessage string
Résultat bool

OnCancelled() public méthode

public OnCancelled ( ) : void
Résultat void