Roman Smirenko 3 years ago
parent
commit
2b2f16d01d
2 changed files with 8 additions and 1 deletions
  1. 3 1
      BB/BB/Main.cs
  2. 5 0
      BB/BB/ServiceLists.cs

+ 3 - 1
BB/BB/Main.cs

@@ -8,7 +8,9 @@ using System.Text;
 using System.Threading.Tasks;
 using System.Windows.Forms;
 using System.Data.SqlClient;//Обратите внимаение - подключена библиотека
-
+/// <summary>
+/// Начинаем работать с этой формой только после выполнения двух предыдущих шагов
+/// </summary>
 namespace BB
 {
     public partial class Main : Form

+ 5 - 0
BB/BB/ServiceLists.cs

@@ -42,5 +42,10 @@ namespace BB
         {
 
         }
+
+        private void DeleteBtn_Click(object sender, EventArgs e)
+        {
+
+        }
     }
 }