예제 #1
0
파일: Canvas.cs 프로젝트: tim-ings/Dominion
 public void AddForm(FormConfig formConfig)
 {
     Form form = new Form(formConfig, this);
 }