Exemplo n.º 1
0
        public static void Read()
        {
            ACADExtention ext = new ACADExtention();

            ext.ReadXRec();
        }
Exemplo n.º 2
0
        public static void Write()
        {
            ACADExtention ext = new ACADExtention();

            ext.WriteXRec();
        }