C# Class WmiCodeCreator.View.InfoControl

Interaction logic for InfoControl.xaml
Inheritance: UserControl, IUserControl
Afficher le fichier Open project: InvaderZim85/WmiCodeCreator

Méthodes publiques

Méthode Description
InfoControl ( ) : System.Windows.Controls

Creates a new instance of the InfoControl

InitControl ( IDialogCoordinator dialogCoordinator ) : void

Init the control

Method Details

InfoControl() public méthode

Creates a new instance of the InfoControl
public InfoControl ( ) : System.Windows.Controls
Résultat System.Windows.Controls

InitControl() public méthode

Init the control
public InitControl ( IDialogCoordinator dialogCoordinator ) : void
dialogCoordinator IDialogCoordinator The instance of the mah apps dialog coordinator
Résultat void