Example #1
0
File: Form1.cs Project: MJViks/FSM
 public Form1()
 {
     InitializeComponent();
     Ant.Leafs = Ant.GetAllLeafs <CheckBox>(Controls);
 }