C# Class PeerCastStation.WPF.ChannelLists.Dialogs.BroadcastWindow

BroadcastWindow.xaml の相互作用ロジック
Inheritance: System.Windows.Window
Datei anzeigen Open project: kumaryu/peercaststation Class Usage Examples

Public Methods

Method Description
BroadcastWindow ( ) : System

Protected Methods

Method Description
OnClosed ( EventArgs e ) : void

Private Methods

Method Description
Button_Click ( object sender, RoutedEventArgs e ) : void

Method Details

BroadcastWindow() public method

public BroadcastWindow ( ) : System
return System

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
return void