Esempio n. 1
0
 public ViewImpl(Context context, TopLevelImpl tl, bool placeOnTop) : base(context)
 {
     _tl = tl;
     if (placeOnTop)
     {
         SetZOrderOnTop(true);
     }
 }
Esempio n. 2
0
 public FramebufferManager(TopLevelImpl topLevel)
 {
     _topLevel = topLevel;
 }