示例#1
0
        public static void Open_Cad_File()
        {
            DrawingControl dwgctrl = new DrawingControl();

            dwgctrl.open_cad_file();
        }
示例#2
0
        public static void Save_Active_Doc()
        {
            DrawingControl dwgctrl = new DrawingControl();

            dwgctrl.save_cad_file();
        }