4 lines
51 B
C#
4 lines
51 B
C#
public interface IAutoLayout
|
|
{
|
|
void DoLayout();
|
|
}
|
public interface IAutoLayout
|
|
{
|
|
void DoLayout();
|
|
}
|