C# Class LiveCodingChat.MainClass

ファイルを表示 Open project: jvbsl/LiveCodingChat

Public Methods

Method Description
Main ( string args ) : void

Private Methods

Method Description
EndOpenChat ( IAsyncResult res ) : void
ReadLoginMethod ( ) : ILoginMethod
Room_Client_MessageReceived ( LiveCodingChat room, LiveCodingChat e ) : void
Session_PasswordRequested ( object sender, string &Password ) : void
Session_SessionAutenticated ( object sender, EventArgs e ) : void
readPassword ( ) : string

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void