10 lines
202 B
C#
10 lines
202 B
C#
namespace Disco.Models.Services.Interop.DiscoServices
|
|
{
|
|
public interface IConnectNotification
|
|
{
|
|
int Version { get; }
|
|
int Type { get; }
|
|
string Content { get; }
|
|
}
|
|
}
|