Пример #1
0
        public tkControlEditor(bool debug, tkIControl control)
        {
            Debug = debug;
            Control = control;

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

            int nextId = 0;

            control.InitializeId(ref nextId);
        }
 public tkControlEditor(tkIControl control)
     : this(false, control)
 {
 }
Пример #4
0
 public tkControlEditor(tkIControl control)
     : this(false, control)
 {
 }