コード例 #1
0
        private void BtnFileSearch_Click(object sender, EventArgs e)
        {
            string newFilePath = FileSearchPopup.SearchNewFilePath(OutputFilePath);

            OutputFilePath = newFilePath;
        }
コード例 #2
0
        private void BtnFileSearch_Click(object sender, EventArgs e)
        {
            string newFilePath = FileSearchPopup.SearchExistingFilePath(InputFilePath);

            InputFilePath = newFilePath;
        }