Esempio n. 1
0
        public void SetSortable(ISortable sortable)
        {
            var p = new Progress <int>(m =>
            {
                Progress?.Report(sendValue(m));
            });

            Sortable = sortable;
            Sortable.SetCallBackMethodByOrderedElement(p);
        }