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

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