Ejemplo n.º 1
0
 public void DoWindowContents(Rect inRect)
 {
     Dialogs.DoWindowContentsInternal(ref Values, inRect, false);
 }
Ejemplo n.º 2
0
 public static void DoWindowContents(Rect inRect)
 {
     Dialogs.DoWindowContentsInternal(ref group, inRect, true);
 }