7 lines
87 B
C#
7 lines
87 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public interface ISerialContext
|
|
{
|
|
void Open();
|
|
}
|