8 lines
128 B
C#
8 lines
128 B
C#
|
|
namespace TheXamlGuy.TaskbarGroup.Core
|
|
{
|
|
public interface ITaskbar
|
|
{
|
|
TaskbarState GetCurrentState();
|
|
}
|
|
} |