Пример #1
0
        protected void lastNavButton_Click(object sender, EventArgs e)
        {
            ICommand command = new Navigating(user, bindingSource, spectateAccessLevel, Direction.Last);

            command.invoke();
        }