6 lines
100 B
C#
6 lines
100 B
C#
namespace TheXamlGuy.Framework.Serial;
|
|
|
|
public interface ISerialStreamer
|
|
{
|
|
Stream Create();
|
|
} |