Exemplo n.º 1
0
        public override ShapeBase CreateShapeInstance()
        {
            GUIContextShape shape = new GUIContextShape("GUIContext");

            return(shape);
        }
Exemplo n.º 2
0
 public override ShapeBase CreateShapeInstance()
 {
     GUIContextShape shape = new GUIContextShape("GUIContext");
       return shape;
 }