add total count on mouseover, make syncshell windows non-blocking

This commit is contained in:
rootdarkarchon
2023-10-20 16:53:56 +02:00
parent d7bfa2147f
commit 984ee08a2b
12 changed files with 73 additions and 62 deletions

View File

@@ -2,6 +2,7 @@
public interface IDrawFolder
{
int TotalPairs { get; }
int OnlinePairs { get; }
void Draw();
}