ChessApplication.ChessAppNewGameAsServer.ChessAppNewGameAsServer Function
Constructor for new network game dialog

Public void ChessAppNewGameAsServer (System.Resources.ResourceManager, ChessApplication.ChessWindow, bool, string)
  Type Name Description  
    System.Resources.ResourceManager rm Used to localize the dialog  
    ChessWindow cw The chesswindow that this dialog belong to  
    bool ContinuationOfGame Determine if My Color should be shown (shouldn't be shown for saved games)  
    string HelpFilePath Used to find the help file  
  Return Description  
    void