Gramps.Controllers.ViewModels.ReportLaunchViewModel.ReportLaunchViewModel C# (CSharp) 메소드

ReportLaunchViewModel() 공개 메소드

public ReportLaunchViewModel ( ) : System
리턴 System
        public ReportLaunchViewModel()
        {
            ColumnNames = new List<string>();
            RowValues = new List<string[]>();
            AvailableQuestions = new List<string>();
        }