C# Class MahTweets.TwitterPlugin.Views.FollowEventView

Interaction logic for FollowEventView.xaml
Show file Open project: nickhodge/MahTweets.LawrenceHargrave

Private Properties

Property Type Description
btnBlock_Click void
btnFollow_Click void
btnViewProfile_Click void

Public Methods

Method Description
FollowEventView ( Contact source, Contact target, MahApps.Twitter.TwitterClient twitterClient, Twitter tw ) : System.Windows

Private Methods

Method Description
btnBlock_Click ( object sender, RoutedEventArgs e ) : void
btnFollow_Click ( object sender, RoutedEventArgs e ) : void
btnViewProfile_Click ( object sender, RoutedEventArgs e ) : void

Method Details

FollowEventView() public method

public FollowEventView ( Contact source, Contact target, MahApps.Twitter.TwitterClient twitterClient, Twitter tw ) : System.Windows
source MahTweets.Core.Contact
target MahTweets.Core.Contact
twitterClient MahApps.Twitter.TwitterClient
tw Twitter
return System.Windows