Amoeba.Windows.DownloadControl.DownloadListViewModel.DownloadListViewModel C# (CSharp) Method

DownloadListViewModel() public method

public DownloadListViewModel ( Information information ) : System
information Information
return System
            public DownloadListViewModel(Information information)
            {
                this.Information = information;

                _id = (int)this.Information["Id"];
            }
DownloadControl.DownloadListViewModel