GreatHomeChildcare-2/frmReports.cs

21 lines
389 B
C#
Raw Normal View History

2021-02-03 06:05:58 +00:00
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 GreatHomeChildcare
{
public partial class frmReports : Form
{
public frmReports()
{
InitializeComponent();
}
}
}