C# Class NuGetPackageExplorer.Plugins.DeleteCommand.Controls.SettingsControl

Interaction logic for SettingsControl.xaml
Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: krdbigsa/NuGetPackageExplorer.Plugins

Public Methods

Method Description
SettingsControl ( ) : System
SettingsControl ( SettingsViewModel viewModel ) : System

Private Methods

Method Description
OnButtonCancelClick ( object sender, RoutedEventArgs e ) : void
OnButtonOkClick ( object sender, RoutedEventArgs e ) : void

Method Details

SettingsControl() public method

public SettingsControl ( ) : System
return System

SettingsControl() public method

public SettingsControl ( SettingsViewModel viewModel ) : System
viewModel SettingsViewModel
return System