Example #1
0
        internal string SetLocalPath()
        {
            SetLocalPathForm pathForm = new SetLocalPathForm(this.Name);

            pathForm.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            pathForm.ShowDialog();

            LocalPath = MainForm.Storage.GetPropertyValue(SetLocalPathForm.LOCAL_FILE_PATH, this.Name);
            return(LocalPath);
        }
        internal string SetLocalPath()
        {
            SetLocalPathForm pathForm = new SetLocalPathForm(this.Name);
            pathForm.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            pathForm.ShowDialog();

            LocalPath = MainForm.Storage.GetPropertyValue(SetLocalPathForm.LOCAL_FILE_PATH, this.Name);
            return LocalPath;
        }