C# 클래스 CrossWordTest.Program

파일 보기 프로젝트 열기: karasek/CrossWord

공개 메소드들

메소드 설명
GenerateAndOutput ( CrossGenerator generator, CommandStore commands, int maxSolutionsCount ) : void
Main ( string args ) : void

비공개 메소드들

메소드 설명
CreateCross ( ICrossBoard cb ) : void
CreateGenerator ( string file, string dictFile, CommandStore commands ) : CrossGenerator
GeneratorWatcher ( CrossGenerator generator ) : void
OpenConsoleWriter ( ) : StreamWriter
oldTest ( ) : void

메소드 상세

GenerateAndOutput() 공개 정적인 메소드

public static GenerateAndOutput ( CrossGenerator generator, CommandStore commands, int maxSolutionsCount ) : void
generator CrossWord.CrossGenerator
commands CommandStore
maxSolutionsCount int
리턴 void

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void