示例#1
0
        protected override void LoadAsyncElements()
        {
            var commandDelegate = new CommandDelegate <GetListResponce>(OnSuccess, ShowError, ShowErrorNotEnternet);
            var command         = new GetListCommand(LocalDb.Instance, commandDelegate);

            command.Execute(null);
        }