/CBR/CBR/ViewModels/Devices/DeviceViewModelBase.cs

# · C# · 13 lines · 11 code · 2 blank · 0 comment · 0 complexity · 039168b36b82ebc238bcdc2906072f5f MD5 · raw file

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using CBR.Core.Helpers;
  6. namespace CBR.ViewModels
  7. {
  8. public class DeviceViewModelBase : ViewModelBase
  9. {
  10. }
  11. }