Beispiel #1
0
        private void FindFileBtn_Click(object sender, EventArgs e)
        {
            fileLogic.FindFile("FindFile", dataGridView1, FindBox.Text, id);

            CheckFindFile(FindBox);
        }