Ejemplo n.º 1
0
        private void SelectLog(object sender, System.EventArgs e)
        {
            string fn = GCUtil.SelectLogFileByDialog(this);

            if (fn != null)
            {
                _logFileBox.Text = fn;
            }
        }
Ejemplo n.º 2
0
        private void OnSelectLogFile(object sender, EventArgs args)
        {
            string fn = GCUtil.SelectLogFileByDialog(this);

            if (fn != null)
            {
                _fileNameBox.Text = fn;
            }
        }