AcManager.Pages.Drive.SpecialEvents.ViewModel.ViewModel C# (CSharp) Method

ViewModel() public method

public ViewModel ( ) : System
return System
            public ViewModel() {
                List = new AcWrapperCollectionView(SpecialEventsManager.Instance.WrappersAsIList);
                List.CurrentChanged += OnCurrentChanged;
                List.MoveCurrentToIdOrFirst(ValuesStorage.GetString(KeySelectedId));
                List.CustomSort = this;
            }