예제 #1
0
파일: Form1.cs 프로젝트: MJViks/FSM
 public Form1()
 {
     InitializeComponent();
     Ant.Leafs = Ant.GetAllLeafs <CheckBox>(Controls);
 }