C# Class KbtterWPF.ListWindow

ListWindow.xaml の相互作用ロジック
Inheritance: System.Windows.Window
Exibir arquivo Open project: kb10uy/Kbtter

Public Methods

Method Description
CreateListPanel ( TweetSharp.TwitterList list, bool ic ) : UIElement
ListWindow ( MainWindow mw, TwitterUser ta ) : System

Private Methods

Method Description
Button_Click ( object sender, RoutedEventArgs e ) : void
ListCancel_Click ( object sender, RoutedEventArgs e ) : void
ListOK_Click ( object sender, RoutedEventArgs e ) : void
NewListCreate_Click ( object sender, RoutedEventArgs e ) : void
RefreshLists ( ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

CreateListPanel() public method

public CreateListPanel ( TweetSharp.TwitterList list, bool ic ) : UIElement
list TweetSharp.TwitterList
ic bool
return UIElement

ListWindow() public method

public ListWindow ( MainWindow mw, TwitterUser ta ) : System
mw MainWindow
ta TwitterUser
return System