C# Class Orc.LicenseManager.Views.LicenseWindow

Interaction logic for SingleLicenseWindow.xaml.
Inheritance: Catel.Windows.DataWindow
Mostra file Open project: WildGums/Orc.LicenseManager

Public Methods

Method Description
LicenseWindow ( ) : Catel

Initializes a new instance of the LicenseWindow class.

LicenseWindow ( LicenseViewModel viewModel ) : Catel

5 Initializes a new instance of the LicenseWindow class.

Method Details

LicenseWindow() public method

Initializes a new instance of the LicenseWindow class.
public LicenseWindow ( ) : Catel
return Catel

LicenseWindow() public method

5 Initializes a new instance of the LicenseWindow class.
public LicenseWindow ( LicenseViewModel viewModel ) : Catel
viewModel LicenseViewModel The view model.
return Catel