Esempio n. 1
0
File: Form1.cs Progetto: yeka/WPanel
        private void autoStartFileWatcher()
        {
            string workdir = config.getCombinedWorkingDir();

            if (workdir.Length > 0)
            {
                textBox1.Text = workdir;
                button1_Click();
            }
        }