|
|
@ -1,10 +1,4 @@ |
|
|
using System; |
|
|
|
|
|
using System.Collections.Generic; |
|
|
|
|
|
using System.Linq; |
|
|
|
|
|
using System.Security.Cryptography.X509Certificates; |
|
|
|
|
|
using System.Text; |
|
|
|
|
|
using System.Threading.Tasks; |
|
|
|
|
|
|
|
|
|
|
|
namespace ConsoleDisplay.ExternalDomain |
|
|
namespace ConsoleDisplay.ExternalDomain |
|
|
{ |
|
|
{ |
|
|
internal class VirtualDisplay : IDisplay |
|
|
internal class VirtualDisplay : IDisplay |
|
|
|