C# 클래스 WpfChatroom.MainWindow

Interaction logic for MainWindow.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: AArnott/IronPigeon

공개 메소드들

메소드 설명
MainWindow ( ) : System

Initializes a new instance of the MainWindow class.

비공개 메소드들

메소드 설명
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

메소드 상세

MainWindow() 공개 메소드

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