mirror of
https://github.com/ckaczor/FloatingStatusWindow.git
synced 2026-01-14 01:25:36 -05:00
Initial commit
This commit is contained in:
12
FloatingStatusWindowLibrary/IWindowSource.cs
Normal file
12
FloatingStatusWindowLibrary/IWindowSource.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Drawing;
|
||||
|
||||
namespace FloatingStatusWindowLibrary
|
||||
{
|
||||
public interface IWindowSource
|
||||
{
|
||||
string Name { get; }
|
||||
string WindowSettings { get; set; }
|
||||
|
||||
Icon Icon { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user