示例#1
0
文件: Servos.cs 项目: sta1216/Csg
    public static Solid Main()
    {
        var s = new Servo();

        return(s.GetSolid());
    }