Add project files.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace TheXamlGuy.Framework.Serial;
|
||||
|
||||
public interface ISerialContext
|
||||
{
|
||||
void Open();
|
||||
}
|
||||
|
||||
public interface ISerialContext<TSerialReader, TContent> : ISerialContext where TSerialReader : SerialReader<TContent>
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user