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

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

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

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

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

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

            cobx_Vrsta.DataSource = itemi;
        }