1. DataGridViewComboBoxCell의 Value값 변경하기2. 진행율을 표시하는 클래스 3. 폼의 중복 방지4. 열려있는 폼 닫기5. DataGridView 에서 두개의 행으로 제목 만들기[ProgressStatus.cs]using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms;/// /// 윈도우의 컨트롤 관련된 클래스/// namespace WooriUtils.Controls{..