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

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

            return(temp);
        }