Esempio n. 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            pullPath paths = new pullPath();

            // PageCounter counter = new PageCounter();
            pathBox.Text = paths.GetFile();
        }
Esempio n. 2
0
        private void saveBtn_Click(object sender, EventArgs e)
        {
            pullPath paths = new pullPath();

            destBox.Text = paths.SaveFile();
        }