8 lines
88 B
C#
8 lines
88 B
C#
namespace TheXamlGuy.Framework.Core
|
|
{
|
|
public interface IKeepAlive
|
|
{
|
|
|
|
}
|
|
}
|