コード例 #1
0
        public gestaoDeProdutosVendidos()
        {
            InitializeComponent();
            basedados = new BD_Projeto_DAContainer();

            Ppreco.DecimalPlaces = 2;
            Ppreco.Increment     = 0.1M;
        }
コード例 #2
0
        public gestaoDeEventos()
        {
            InitializeComponent();
            basedados = new BD_Projeto_DAContainer();

            Edata.Format       = DateTimePickerFormat.Custom;
            Edata.CustomFormat = "dd-MM-yyyy HH:00:00";
        }
コード例 #3
0
        public gestaoDeVendas()
        {
            basedados = new BD_Projeto_DAContainer();

            InitializeComponent();
        }
コード例 #4
0
 private void gestaoDeEscolas_Load(object sender, EventArgs e)
 {
     DataBaseDA = new BD_Projeto_DAContainer();
     lerDados();
 }