C# Class MahTweets.TwitterPlugin.Views.TwitterSettings

Mostra file Open project: nickhodge/MahTweets.LawrenceHargrave

Private Properties

Property Type Description
ComboBox_SelectionChanged void
GetTotalsForSliders double
TimelineValueChanged void
TwitterSettings System

Public Methods

Method Description
Load ( IPlugin t ) : void
Save ( IPlugin t ) : void

Private Methods

Method Description
ComboBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
GetTotalsForSliders ( ) : double
TimelineValueChanged ( object sender, RoutedPropertyChangedEventArgs e ) : void
TwitterSettings ( ) : System

Method Details

Load() public method

public Load ( IPlugin t ) : void
t IPlugin
return void

Save() public method

public Save ( IPlugin t ) : void
t IPlugin
return void