C# Class SemeionModulesDesigner.MainForm

Afficher le fichier Open project: janstafa/XsdFormEditor

Méthodes publiques

Méthode Description
MainForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ExitToolStripMenuItemClick ( object sender, EventArgs e ) : void

Strip menu item click handler for app close.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadXSDToolStripMenuItemClick ( object sender, EventArgs e ) : void

Strip menu item for loading XSD file.

LoadXmlToolStripMenuItemClick ( object sender, EventArgs e ) : void

Strip menu item event click handler to load Xml file with data.

MainFormLoad ( object sender, EventArgs e ) : void
SaveXmlAsToolStripMenuItemClick ( object sender, EventArgs e ) : void

Stip menu item event click handler to save Xml file with data.

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

MainForm() public méthode

public MainForm ( ) : System
Résultat System