Esempio n. 1
0
 internal Element(NeoGuiContext context, int index)
 {
     Debug.Assert(context != null);
     Debug.Assert(index >= 0);
     Debug.Assert(index < context.ElementCount);
     Context = context;
     Index   = index;
 }
Esempio n. 2
0
 internal InputContext(NeoGuiContext context)
 {
     this.context = context;
 }
Esempio n. 3
0
 internal StateDomain(NeoGuiContext context)
 {
     this.context = context;
 }