public FollowEventView(Contact source, Contact target, TwitterClient twitterClient, Twitter tw) { InitializeComponent(); Source = source; Target = target; DataContext = this; this.twitterClient = twitterClient; t = tw; _eventAggregator = CompositionManager.Get<IEventAggregator>(); }
public void UpdateContactColor(Contact contact, Color color) { StreamConfiguration.UpdateContactColor(contact, color); }