diff --git a/BlacksmithWorkshop/BlacksmithWorkshop/ImplementersForm.Designer.cs b/BlacksmithWorkshop/BlacksmithWorkshop/ImplementersForm.Designer.cs index d27358d..2e084bd 100644 --- a/BlacksmithWorkshop/BlacksmithWorkshop/ImplementersForm.Designer.cs +++ b/BlacksmithWorkshop/BlacksmithWorkshop/ImplementersForm.Designer.cs @@ -20,7 +20,7 @@ base.Dispose(disposing); } - #region Windows Form Designer generated code + #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify @@ -103,7 +103,7 @@ ResumeLayout(false); } - #endregion + #endregion private DataGridView dataGridView; private Button CreateButton; diff --git a/BlacksmithWorkshop/BlacksmithWorkshop/ImplementersForm.resx b/BlacksmithWorkshop/BlacksmithWorkshop/ImplementersForm.resx index 1af7de1..af32865 100644 --- a/BlacksmithWorkshop/BlacksmithWorkshop/ImplementersForm.resx +++ b/BlacksmithWorkshop/BlacksmithWorkshop/ImplementersForm.resx @@ -1,17 +1,17 @@  - diff --git a/BlacksmithWorkshop/BlacksmithWorkshopDataModels/Models/IImplementerModel.cs b/BlacksmithWorkshop/BlacksmithWorkshopDataModels/Models/IImplementerModel.cs index 5759bfa..31404a2 100644 --- a/BlacksmithWorkshop/BlacksmithWorkshopDataModels/Models/IImplementerModel.cs +++ b/BlacksmithWorkshop/BlacksmithWorkshopDataModels/Models/IImplementerModel.cs @@ -12,6 +12,5 @@ namespace BlacksmithWorkshopDataModels.Models string Password { get; } int WorkExperience { get; } int Qualification { get; } - } }