Example #1
0
        private void saveMappings()
        {
            PSDB db = new PSDB();

            if (!db.saveProcesses(mProcesses))
            {
                MessageBox.Show(
                    "An error occured while saving the mapping",
                    "Save mapping",
                    MessageBoxButtons.OK,
                    MessageBoxIcon.Exclamation);
            }
        }