C# Class Setty.VsAddin.SettyConfigurationControl

Interaction logic for SettyConfigurationControl.xaml
Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: paralect/setty

Public Methods

Method Description
SettyConfigurationControl ( ) : System
UpdateSettings ( ) : void

Protected Methods

Method Description
OnInitialized ( EventArgs e ) : void

Private Methods

Method Description
InitWindow ( ) : void
btnAddSetty_Click ( object sender, RoutedEventArgs e ) : void
btnChangePath_Click ( object sender, RoutedEventArgs e ) : void

Method Details

OnInitialized() protected method

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
return void

SettyConfigurationControl() public method

public SettyConfigurationControl ( ) : System
return System

UpdateSettings() public static method

public static UpdateSettings ( ) : void
return void