8 lines
99 B
C#
8 lines
99 B
C#
public interface IUIRedPoint
|
|
{
|
|
public void SetRedPointState(bool state)
|
|
{
|
|
|
|
}
|
|
}
|