示例#1
0
        public static ThePublic Transmit_r(ThePublic hjb)
        {
            ThePublic temp = new ThePublic();

            return(temp);
        }
示例#2
0
        public static ThePublic Transmit(ref ThePublic hjb)
        {
            ThePublic temp = hjb;

            return(temp);
        }