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>();
        }