Esempio n. 1
0
        void Combo_oprema()
        {
            konf_combobox alen  = new konf_combobox();
            string        query = "paketopreme";
            var           itemi = alen.popuni(query);

            cobx_Oprema.DataSource = itemi;
        }
Esempio n. 2
0
        void Combo_mjenjac()
        {
            konf_combobox alen  = new konf_combobox();
            string        query = "mjenjac";
            var           itemi = alen.popuni(query);

            cobx_Mjenjač.DataSource = itemi;
        }
Esempio n. 3
0
        void Combo_gorivo()
        {
            konf_combobox alen  = new konf_combobox();
            string        query = "gorivo";
            var           itemi = alen.popuni(query);

            cobx_Gorivo.DataSource = itemi;
        }
Esempio n. 4
0
        void Combo_model()
        {
            konf_combobox alen  = new konf_combobox();
            string        query = "model";
            var           itemi = alen.popuni(query);

            cobx_Model.DataSource = itemi;
        }
Esempio n. 5
0
        void Combo_marka()
        {
            konf_combobox alen  = new konf_combobox();
            string        query = "marka";
            var           itemi = alen.popuni(query);

            cobx_Marka.DataSource = itemi;
        }
Esempio n. 6
0
        void Combo_vrsta()
        {
            konf_combobox alen  = new konf_combobox();
            string        query = "vrsta_auto";
            var           itemi = alen.popuni(query);

            cobx_Vrsta.DataSource = itemi;
        }