Gramps.Controllers.ViewModels.ReportLaunchViewModel.ReportLaunchViewModel C# (CSharp) Method

ReportLaunchViewModel() public method

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