示例#1
0
        public Form1()
        {
            InitializeComponent();
            beheer = new Beheer();
            database = new DatabaseManager();

            //Comboboxen vullen
            cb_Con_Bedrijf.DataSource = beheer.Bedrijven;
            cb_Con_Bestemming.DataSource = beheer.Bestemmingen;
            cb_Con_Type.DataSource = Enum.GetValues(typeof(ContainerType));
            comboBoxBestemming.DataSource = beheer.Bestemmingen;
            comboBoxSchip.DataSource = beheer.Schepen;
        }
示例#2
0
        public Form1()
        {
            InitializeComponent();
            beheer   = new Beheer();
            database = new DatabaseManager();

            //Comboboxen vullen
            cb_Con_Bedrijf.DataSource     = beheer.Bedrijven;
            cb_Con_Bestemming.DataSource  = beheer.Bestemmingen;
            cb_Con_Type.DataSource        = Enum.GetValues(typeof(ContainerType));
            comboBoxBestemming.DataSource = beheer.Bestemmingen;
            comboBoxSchip.DataSource      = beheer.Schepen;
        }