C# Class Hawkeye.Configuration.LayoutManager

Afficher le fichier Open project: odalet/Hawkeye2 Class Usage Examples

Méthodes publiques

Méthode Description
Load ( XmlNode rootNode ) : void
RegisterForm ( string key, Form form ) : void

Method Details

Load() public static méthode

public static Load ( XmlNode rootNode ) : void
rootNode System.Xml.XmlNode
Résultat void

RegisterForm() public static méthode

public static RegisterForm ( string key, Form form ) : void
key string
form System.Windows.Forms.Form
Résultat void