Browse Source

Перый коммит

alexkolesov2002 2 years ago
parent
commit
a6a80c88ea
1 changed files with 5 additions and 1 deletions
  1. 5 1
      TestDemo/MyPage/PgBooks.xaml.cs

+ 5 - 1
TestDemo/MyPage/PgBooks.xaml.cs

@@ -40,7 +40,11 @@ namespace TestDemo
             }
 
             }
-
+        /// <summary>
+        /// Добавление в корзину
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
         private void BtnAddCart_Click(object sender, RoutedEventArgs e)
         {
             try