C# Class MahTweets.TwitterPlugin.Views.SavedSearchesView

Interaction logic for SavedSearchesView.xaml
Mostra file Open project: nickhodge/MahTweets.LawrenceHargrave

Private Properties

Property Type Description
TextBlock_MouseUp void

Public Methods

Method Description
SavedSearchesView ( Twitter _twitter ) : System.Collections.Generic
SetSearches ( List searcheses ) : void

Private Methods

Method Description
TextBlock_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

SavedSearchesView() public method

public SavedSearchesView ( Twitter _twitter ) : System.Collections.Generic
_twitter Twitter
return System.Collections.Generic

SetSearches() public method

public SetSearches ( List searcheses ) : void
searcheses List
return void