CssSolution/CSS_Solution/Forms/Change_Task_Form.cs

21 lines
401 B
C#

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 CSS_Solution.Forms
{
public partial class Change_Task_Form : Form
{
public Change_Task_Form()
{
InitializeComponent();
}
}
}