private void InitializePublicInfo(CrozzleGenerateFile boot) { PublicInfo.SetRows(boot.GetRows()); PublicInfo.SetColumns(boot.GetColumns()); PublicInfo.SetFullColumns(boot.GetColumns() * 2); PublicInfo.SetFullRows(boot.GetRows() + 3); PublicInfo.SetConfig(boot.GetConfigurationFile()); PublicInfo.SetWordlist(boot.GetWordListFile()); }