init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Net.NetworkInformation;
|
||||
using DTS.Common.Base;
|
||||
|
||||
namespace DTS.Common.Interface
|
||||
{
|
||||
public interface INetworkAdapterViewModel : IBaseViewModel
|
||||
{
|
||||
NetworkInterface SelectedNetworkInterface { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user