mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Remove unneeded usings.
This commit is contained in:
parent
4a8900cc7d
commit
d0bb736059
@ -1,7 +1,6 @@
|
||||
using Remotely.Desktop.Core.Interfaces;
|
||||
using Remotely.Shared.Utilities;
|
||||
using Remotely.Shared.Models;
|
||||
using Remotely.Shared.Utilities;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
|
||||
@ -5,7 +5,6 @@ using Remotely.Desktop.Core.Models;
|
||||
using Remotely.Desktop.Core.Utilities;
|
||||
using Remotely.Shared.Utilities;
|
||||
using Remotely.Shared.Models;
|
||||
using Remotely.Shared.Utilities;
|
||||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Generic;
|
||||
|
||||
@ -4,12 +4,9 @@ using Remotely.Desktop.Core.ViewModels;
|
||||
using Remotely.Shared.Utilities;
|
||||
using Remotely.Shared.Models;
|
||||
using Remotely.Shared.Models.RemoteControlDtos;
|
||||
using Remotely.Shared.Utilities;
|
||||
using Remotely.Shared.Win32;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Generic;
|
||||
using System.Drawing.Imaging;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
|
||||
@ -3,7 +3,6 @@ using Microsoft.MixedReality.WebRTC;
|
||||
using Remotely.Shared.Utilities;
|
||||
using Remotely.Shared.Models;
|
||||
using Remotely.Shared.Models.RemoteControlDtos;
|
||||
using Remotely.Shared.Utilities;
|
||||
using System;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user