コード例 #1
0
ファイル: Servos.cs プロジェクト: sta1216/Csg
    public static Solid Main()
    {
        var s = new Servo();

        return(s.GetSolid());
    }