C# 클래스 TaskForm, sharpneat-refactor

파일 보기 프로젝트 열기: colgreen/sharpneat-refactor 1 사용 예제들

공개 메소드들

메소드 설명
RefreshView ( object genome ) : void

Refresh view.

TaskForm ( string title )

Construct with the provided form title, genome view/renderer and evolution algorithm. We listen to update events from the evolution algorithm and cleanly detach from it when this form closes.

메소드 상세

RefreshView() 공개 메소드

Refresh view.
public RefreshView ( object genome ) : void
genome object
리턴 void

TaskForm() 공개 메소드

Construct with the provided form title, genome view/renderer and evolution algorithm. We listen to update events from the evolution algorithm and cleanly detach from it when this form closes.
public TaskForm ( string title )
title string