BattleShip.FileManager.FileManager C# (CSharp) Метод

FileManager() публичный Метод

Constructor for creating new game
public FileManager ( string path, string pseudo ) : System
path string
pseudo string
Результат System
        public FileManager(string path, string pseudo)
        {
            CreateFiles(path);
            writePseudo("P1", pseudo);
        }

Same methods

FileManager::FileManager ( string path, string pseudo, string filename ) : System