16 2 жил өмнө
parent
commit
3c1d5bbb04

+ 1 - 1
DemoShelest/App.xaml

@@ -8,7 +8,7 @@
             <Setter Property="FontFamily" Value=" Monotype Corsiva" />
         </Style>
         <Style TargetType="StackPanel">
-            <Setter Property="Background" Value="##C6D7FF"/>
+            <Setter Property="Background" Value="#C6D7FF"/>
         </Style>
         <Style TargetType="Button">
             <Setter Property="Background" Value="#46B29D"/>

+ 3 - 1
DemoShelest/Pages/AdminList.xaml.cs

@@ -13,6 +13,8 @@ using System.Windows.Media;
 using System.Windows.Media.Imaging;
 using System.Windows.Navigation;
 using System.Windows.Shapes;
+using DemoShelest.Pages;
+
 
 namespace DemoShelest.Pages
 {
@@ -21,7 +23,7 @@ namespace DemoShelest.Pages
     /// </summary>
     public partial class AdminList : Page
     {
-        List<Agent> TableAgent = DateBase.DB.Agent.ToList();
+        //List<Agent> TableAgent = DateBase.DB.Agent.ToList();
         public AdminList()
         {
             InitializeComponent();