예제 #1
0
		public SoundViewModel(AutomationSound sound)
		{
			Sound = sound;
		}
예제 #2
0
		public SoundDetailsViewModel(AutomationSound sound)
		{
			Title = "Свойства звукового элемента";
			Sound = sound;
			Name = Sound.Name;
		}