C# 클래스 WmiCodeCreator.View.InfoControl

Interaction logic for InfoControl.xaml
상속: UserControl, IUserControl
파일 보기 프로젝트 열기: InvaderZim85/WmiCodeCreator

공개 메소드들

메소드 설명
InfoControl ( ) : System.Windows.Controls

Creates a new instance of the InfoControl

InitControl ( IDialogCoordinator dialogCoordinator ) : void

Init the control

메소드 상세

InfoControl() 공개 메소드

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

InitControl() 공개 메소드

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