Ejemplo n.º 1
0
 public InputSelection(string name) : this()
 {
     input = new WinFormsCtrlLibInputScreen.InputSelection(name);
 }
Ejemplo n.º 2
0
 public InputSelection()
 {
     input = new WinFormsCtrlLibInputScreen.InputSelection();
 }