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