コード例 #1
0
ファイル: Canvas.cs プロジェクト: tim-ings/Dominion
 public void AddForm(FormConfig formConfig)
 {
     Form form = new Form(formConfig, this);
 }