/// <summary> /// Initialize the options. /// </summary> /// <param name="options">Screening options.</param> public ScreenEnsembleViewModel(ScreenEnsembleOptions options) { _Options = options; }
/// <summary> /// Initialize. /// </summary> public ScreenEnsembleViewModel() { _Options = new ScreenEnsembleOptions(); }