6 lines
129 B
C#
6 lines
129 B
C#
namespace VisionBuilder.UI.IOCommander.Interfaces;
|
|
|
|
public interface IIOCommanderFactory
|
|
{
|
|
public IIOCommander Create();
|
|
} |