C# Class PeerCastStation.WPF.ChannelLists.ChannelListControl

AllChannels.xaml の相互作用ロジック
Inheritance: System.Windows.Controls.UserControl
Show file Open project: kumaryu/peercaststation

Public Methods

Method Description
ChannelListControl ( ) : System.Windows

Private Methods

Method Description
CanExecuteChannelCommand ( object sender, CanExecuteRoutedEventArgs e ) : void
OnBroadcastExecuted ( object sender, ExecutedRoutedEventArgs e ) : void
OnCopyContactUrlExecuted ( object sender, ExecutedRoutedEventArgs e ) : void
OnCopyStreamUrlExecuted ( object sender, ExecutedRoutedEventArgs e ) : void
OnDisconnectExecuted ( object sender, ExecutedRoutedEventArgs e ) : void
OnOpenContactUrlExecuted ( object sender, ExecutedRoutedEventArgs e ) : void
OnPlayExecuted ( object sender, ExecutedRoutedEventArgs e ) : void
OnReconnectExecuted ( object sender, ExecutedRoutedEventArgs e ) : void
TabControl_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Method Details

ChannelListControl() public method

public ChannelListControl ( ) : System.Windows
return System.Windows