Example #1
0
 public MdlScreenshot(GameWindow window, TabPage tab)
     : base(window, tab)
 {
     Panel         = new UcDebugScreenshot(this);
     Uc            = Panel;
     Panel.Parent  = tab;
     Panel.Visible = true;
 }
Example #2
0
 public MdlScreenshot(GameWindow window, TabPage tab)
     : base(window, tab)
 {
     Panel = new UcDebugScreenshot(this);
     Uc = Panel;
     Panel.Parent = tab;
     Panel.Visible = true;
 }