C# Class SessionManagerUniversal.UI.Views.MainPage

An empty page that can be used on its own or navigated to within a Frame.
Mostra file Open project: Microsoft/HoloToolkit

Public Methods

Method Description
MainPage ( ) : System

Private Methods

Method Description
ConnectButton_Click ( object sender, RoutedEventArgs e ) : void
CreateButton_Click ( object sender, RoutedEventArgs e ) : void
FindSession ( Session session ) : SessionData
InitializeSessions ( ) : void
JoinButton_Click ( object sender, RoutedEventArgs e ) : void
LeaveButton_Click ( object sender, RoutedEventArgs e ) : void
LogAction ( LogSeverity s, string msg ) : void
OnSessionAdded ( Session obj ) : void
OnSessionClosed ( Session obj ) : void
OnSessionServerConnected ( ) : void
OnSessionServerDisconnected ( ) : void
OnSessionUserChanged ( Session session, User user ) : void
OnSessionUserJoined ( Session session, User user ) : void
OnSessionUserLeft ( Session session, User user ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System