CNSA-212-FP/Louis'-Pharmacy_CNSA212-FP/frmPatientPhysician.cs
Noah 2189627140 Added tabcontrol to frmPatientPhysician.
Added labels, textboxes, radiobuttions, and buttons to the Patient tab
2024-02-06 12:19:31 -05:00

31 lines
622 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 Louis__Pharmacy_CNSA212_FP
{
public partial class frmPatientPhysician : Form
{
public frmPatientPhysician()
{
InitializeComponent();
}
private void addUpdatePatientAndPhysicianToolStripMenuItem_Click(object sender, EventArgs e)
{
}
private void label5_Click(object sender, EventArgs e)
{
}
}
}