Inheritance: NetIde.Util.Forms.Form
Beispiel #1
0
 public CommandMapperWrapper(NiForm form)
 {
     _form = form;
     _commandMapper = _form.CommandMapper;
 }
Beispiel #2
0
 public CommandMapperWrapper(NiForm form)
 {
     _form          = form;
     _commandMapper = _form.CommandMapper;
 }