Ejemplo n.º 1
0
        public static NetworkTableInstance Create()
        {
            var inst = new NetworkTableInstance(NtCore.CreateInstance())
            {
                m_owned = true
            };

            return(inst);
        }