示例#1
0
    public ClockStruct getClock()
    {
        ClockStruct c = new ClockStruct();

        c.Copy(Clock);
        return(c);
    }