We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4655d1 commit b2991aeCopy full SHA for b2991ae
1 file changed
Advanced PortChecker/Classes/OperationInformation.cs
@@ -8,9 +8,7 @@ namespace Advanced_PortChecker.Classes
8
internal class OperationInformation
9
{
10
public bool IsCancelled { get; set; }
11
-
12
public IProgress<int> Progress { get; set; }
13
14
public IProgress<LvCheck> ItemProgress { get; set; }
15
}
16
0 commit comments