C# 클래스 MahTweets.TwitterPlugin.Views.TwitterSettings

파일 보기 프로젝트 열기: nickhodge/MahTweets.LawrenceHargrave

Private Properties

프로퍼티 타입 설명
ComboBox_SelectionChanged void
GetTotalsForSliders double
TimelineValueChanged void
TwitterSettings System

공개 메소드들

메소드 설명
Load ( IPlugin t ) : void
Save ( IPlugin t ) : void

비공개 메소드들

메소드 설명
ComboBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
GetTotalsForSliders ( ) : double
TimelineValueChanged ( object sender, RoutedPropertyChangedEventArgs e ) : void
TwitterSettings ( ) : System

메소드 상세

Load() 공개 메소드

public Load ( IPlugin t ) : void
t IPlugin
리턴 void

Save() 공개 메소드

public Save ( IPlugin t ) : void
t IPlugin
리턴 void