Move Process list manager into a separate class
This commit is contained in:
10
Eve-O-Preview/Services/Interface/IProcessInfo.cs
Normal file
10
Eve-O-Preview/Services/Interface/IProcessInfo.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace EveOPreview.Services
|
||||
{
|
||||
public interface IProcessInfo
|
||||
{
|
||||
IntPtr Handle { get; }
|
||||
string Title { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user