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