コード例 #1
0
        private void btPRIHV_Click(object sender, EventArgs e)
        {
            //deaktiviranje checkboxova
            ServisLoad.Deactivate1(this);


            //ako ne postoji taj file
            if (!File.Exists(path))
            {
                Directory.CreateDirectory(_user);
            }

            ServisLoad.AddServis(this, path, _model, tBcij.Text);

            btPRIHV.Enabled = false;
            btPRIHV.Visible = false;

            btNOVI.Visible = true;
            btNOVI.Enabled = true;
        }