_global.cs 638 B

1234567891011121314151617
  1. global using GeneralData;
  2. global using GlobalData;
  3. global using System.Globalization;
  4. global using System.Windows;
  5. global using System.Windows.Controls;
  6. global using System.Windows.Data;
  7. global using System.Windows.Input;
  8. global using System.Windows.Media.Imaging;
  9. global using CommunityToolkit.Mvvm.ComponentModel;
  10. global using CommunityToolkit.Mvvm.Input;
  11. global using System.Collections.ObjectModel;
  12. global using UICommon.DataType;
  13. global using DeviceScanner.ViewModels;
  14. global using DeviceScanner.ViewModels.Dialogs;
  15. global using DeviceScanner.Views;
  16. global using DeviceScanner.Views.Dialogs;
  17. global using UICommon.CommonContainer;