mirror of
https://github.com/ckaczor/WorkIndicator.git
synced 2026-01-14 10:03:16 -05:00
Switch to submodules, support multiple patterns, add options dialog, add license and initial readme
This commit is contained in:
9
WindowPattern.cs
Normal file
9
WindowPattern.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace WorkIndicator
|
||||
{
|
||||
public class WindowPattern
|
||||
{
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string Pattern { get; set; } = string.Empty;
|
||||
public bool Enabled { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user