Убрал лишние импорты
This commit is contained in:
parent
3481775a61
commit
508b9fca0e
@ -1,14 +1,4 @@
|
|||||||
using System;
|
namespace MedicalView.Diagnoses
|
||||||
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 MedicalView.Diagnoses
|
|
||||||
{
|
{
|
||||||
public partial class FormDiagnose : Form
|
public partial class FormDiagnose : Form
|
||||||
{
|
{
|
||||||
|
@ -1,14 +1,4 @@
|
|||||||
using System;
|
namespace MedicalView.Doctors
|
||||||
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 MedicalView.Doctors
|
|
||||||
{
|
{
|
||||||
public partial class FormDoctor : Form
|
public partial class FormDoctor : Form
|
||||||
{
|
{
|
||||||
|
@ -1,14 +1,4 @@
|
|||||||
using System;
|
namespace MedicalView.Patients
|
||||||
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 MedicalView.Patients
|
|
||||||
{
|
{
|
||||||
public partial class FormPatient : Form
|
public partial class FormPatient : Form
|
||||||
{
|
{
|
||||||
|
@ -1,14 +1,4 @@
|
|||||||
using System;
|
namespace MedicalView.Specializations
|
||||||
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 MedicalView.Specializations
|
|
||||||
{
|
{
|
||||||
public partial class FormSpecialization : Form
|
public partial class FormSpecialization : Form
|
||||||
{
|
{
|
||||||
|
@ -1,14 +1,4 @@
|
|||||||
using System;
|
namespace MedicalView.Visits
|
||||||
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 MedicalView.Visits
|
|
||||||
{
|
{
|
||||||
public partial class FormVisit : Form
|
public partial class FormVisit : Form
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user