FAManagementStudio.ViewModels.IndexViewModel.IndexViewModel C# (CSharp) 메소드

IndexViewModel() 공개 메소드

public IndexViewModel ( IndexInfo inf ) : System.Collections.Generic
inf FAManagementStudio.Models.IndexInfo
리턴 System.Collections.Generic
        public IndexViewModel(IndexInfo inf)
        {
            _index = inf;
        }
IndexViewModel