public tkControlEditor(bool debug, tkIControl control) { Debug = debug; Control = control; int nextId = 0; control.InitializeId(ref nextId); }