ChessApplication.ChessAppNewGameAsServer Class
Summary description for ChessAppNewNetworkGame.

Access: Public
Base Classes: Form
  Members Description  
    CancelBtn    
    PortTB    
    IPAddressTB    
    MyColorGB    
    IAmWhiteRB    
    IAmBlackRB    
    StartListenBtn    
    channel    
    counter    
    cw    
    ContinuationOfGame    
    progressBar1    
    timer1    
    ListenPortLabel    
    ListenIPAddressLabel    
    HelpBtn    
    components    
    HelpFilePath    
    ChessAppNewGameAsServer Constructor for new network game dialog

 
    Port The port to listen to.

 
    MyColor The color of the ChessServer.

 
    IsWhite Determine if i am white player.

 
    IsBlack Determine if i am black player.

 
    Dispose Clean up any resources being used.

 
    InitializeComponent Required method for Designer support - do not modify the contents of this method with the code editor.

 
    ChessAppNewGameAsServer_Load    
    StartListenBtn_Click    
    timer1_Tick    
    HelpBtn_Click