Inheritance: Packet
Exemple #1
0
        public static void Release( ref OPLInfo p )
        {
            if ( p != null )
                p.Release();

            p = null;
        }