Artemis.Modules.Effects.Bubbles.BubblesViewModel.BubblesViewModel C# (CSharp) Метод

BubblesViewModel() публичный Метод

public BubblesViewModel ( MainManager main, BubblesModel model ) : System.Windows.Media
main Artemis.Managers.MainManager
model BubblesModel
Результат System.Windows.Media
        public BubblesViewModel(MainManager main, BubblesModel model) : base(main, model)
        {
            _model = model;
            DisplayName = "Bubbles";
            BubbleColor = new SolidColorBrush(model.Settings.BubbleColor);
        }
BubblesViewModel