public PatRegistration()
 {
     InitializeComponent();
     Utilites = new Utilites(this);
 }
 public DocAutorize()
 {
     InitializeComponent();
     Utilites = new Utilites(this);
 }
Exemple #3
0
 public RoleChoise()
 {
     InitializeComponent();
     Utilites = new Utilites(this);
 }
 public PatAutorization()
 {
     InitializeComponent();
     Utilites = new Utilites(this);
 }
 public PatDelete()
 {
     Utilites = new Utilites(this);
     InitializeComponent();
 }
Exemple #6
0
 public DocDelete()
 {
     InitializeComponent();
     Utilites = new Utilites(this);
 }