예제 #1
0
파일: Servos.cs 프로젝트: sta1216/Csg
    public static Solid Main()
    {
        var s = new Servo();

        return(s.GetSolid());
    }