예제 #1
0
        public override void BuildCompled()
        {
            Modules = new List<ModuleInfo>(AddInListner.AddIns.Select(desc => new ModuleInfo(desc)));

            AddIns = new UISyncObservableCollection<InternalAddInInfo>();
            ReadyAddIns = new UISyncObservableCollection<InternalAddInInfo>();

            ResetAddIns();
        }
예제 #2
0
 public OptionsViewModel()
 {
     SelectedOptions = new UISyncObservableCollection<Option>();
 }
 public void Deserialize()
 {
     Profiles = new UISyncObservableCollection<string>(_radioEnvironment.Settings.EncoderProfiles.Profiles);
 }
예제 #4
0
 public OptionGroup()
 {
     Options = new UISyncObservableCollection<Option>();
 }