Files
ProxyGenerator/src-examples/ProxyInterfaceConsumer/IMyInterface.cs
T
2021-07-25 17:29:26 +02:00

6 lines
85 B
C#

namespace ProxyInterfaceConsumer
{
public interface IMyInterface
{
}
}