Esempio n. 1
0
        public GLSearch()
        {
            InitializeComponent();
            List <GLAccount> GLAccounts = new DataLayer.Repostiory().GetAll();

            dgGL.ItemsSource = GLAccounts;
        }