4 lines
No EOL
55 B
C#
4 lines
No EOL
55 B
C#
public interface IComponent
|
|
{
|
|
void DoSomething();
|
|
} |