Amoeba.Windows.DownloadControl.DownloadListViewModel.DownloadListViewModel C# (CSharp) 메소드

DownloadListViewModel() 공개 메소드

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

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