Ejemplo n.º 1
0
        public printcbGui()
        {
            InitializeComponent();
            this.db     = new dbop();
            this.xprint = new printCbar();


            this.myload();
        }
Ejemplo n.º 2
0
        public printcbGui(Central2 central)
        {
            InitializeComponent();
            this.db     = new dbop();
            this.xprint = new printCbar();


            this.myload();

            this.FormClosed += (sender, args) => { central.etiquetas = null; };
        }