Rename and rework entry point

This commit is contained in:
Bond_009
2019-01-01 16:27:11 +01:00
committed by Vasily
parent e094c45abb
commit 75efe9cf0a
25 changed files with 461 additions and 756 deletions

View File

@@ -1,10 +0,0 @@
namespace MediaBrowser.Model.System
{
public enum Architecture
{
X86 = 0,
X64 = 1,
Arm = 2,
Arm64 = 3
}
}

View File

@@ -1,4 +1,5 @@

using System.Runtime.InteropServices;
namespace MediaBrowser.Model.System
{
public interface IEnvironmentInfo

View File

@@ -1,6 +1,5 @@
using MediaBrowser.Model.Updates;
using System.Collections.Generic;
using System;
using System.Runtime.InteropServices;
namespace MediaBrowser.Model.System
{