36 lines
715 B
C#
36 lines
715 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;
|
|
|
|
using Microsoft.VisualBasic;
|
|
using System.Configuration;
|
|
using System.Collections;
|
|
using System.Data.SqlClient;
|
|
|
|
namespace Louis__Pharmacy_CNSA212_FP
|
|
{
|
|
public partial class frmRefill : Form
|
|
{
|
|
public frmRefill()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
|
|
private void rEFILLSBindingNavigatorSaveItem_Click(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
|
|
private void frmRefill_Load(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|