GreatHomeChildcare-2/frmReports.cs
2021-02-02 22:05:58 -08:00

21 lines
389 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 GreatHomeChildcare
{
public partial class frmReports : Form
{
public frmReports()
{
InitializeComponent();
}
}
}