Example #1
0
 // --- Methods ---
 // Adds the given control - name pair into the manager's sets
 public void add(string name, Control ctrl)
 {
     ctrl.setGuiManager(this);
     sets.add(name, ctrl);
 }