C# Class WmiCodeCreator.View.InfoControl

Interaction logic for InfoControl.xaml
Inheritance: UserControl, IUserControl
显示文件 Open project: InvaderZim85/WmiCodeCreator

Public Methods

Method Description
InfoControl ( ) : System.Windows.Controls

Creates a new instance of the InfoControl

InitControl ( IDialogCoordinator dialogCoordinator ) : void

Init the control

Method Details

InfoControl() public method

Creates a new instance of the InfoControl
public InfoControl ( ) : System.Windows.Controls
return System.Windows.Controls

InitControl() public method

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