C# Class WpfChatroom.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Show file Open project: AArnott/IronPigeon

Public Methods

Method Description
MainWindow ( ) : System

Initializes a new instance of the MainWindow class.

Private Methods

Method Description
ChatWithAuthor_OnClick ( object sender, RoutedEventArgs e ) : void
CreateNewEndpoint_OnClick ( object sender, RoutedEventArgs e ) : void
OpenChatroom_OnClick ( object sender, RoutedEventArgs e ) : void
OpenOwnEndpoint_OnClick ( object sender, RoutedEventArgs e ) : void
PublicEndpointUrlTextBlock_OnMouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
SetEndpointAsync ( OwnEndpoint endpoint, Uri addressBookEntry, CancellationToken cancellationToken = default(CancellationToken) ) : Task

Method Details

MainWindow() public method

Initializes a new instance of the MainWindow class.
public MainWindow ( ) : System
return System