Пример #1
0
 public void Draw()
 {
     _wrapped.Draw();
     GUI.DrawBorder(_width);
 }
Пример #2
0
 public virtual void Draw()
 {
     Component.Draw();
 }
Пример #3
0
 static void RenderView(IVisualComponent component)
 {
     component.Draw();
 }
Пример #4
0
 static void RenderView(IVisualComponent component)
 {
     component.Draw();
 }
Пример #5
0
 public void Draw()
 {
     _wrapped.Draw();
     GUI.DrawScrollBar(_topLine);
 }