|
@@ -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();
|