mirror of
https://github.com/ckaczor/FloatingStatusWindow.git
synced 2026-01-13 17:22:47 -05:00
Update directory layout
This commit is contained in:
17
Library/IWindowSource.cs
Normal file
17
Library/IWindowSource.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System.Drawing;
|
||||
|
||||
namespace FloatingStatusWindowLibrary
|
||||
{
|
||||
public interface IWindowSource
|
||||
{
|
||||
string Name { get; }
|
||||
string WindowSettings { get; set; }
|
||||
Icon Icon { get; }
|
||||
|
||||
bool HasSettingsMenu { get; }
|
||||
bool HasRefreshMenu { get; }
|
||||
|
||||
void ShowSettings();
|
||||
void Refresh();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user