mirror of
https://github.com/farcasclaudiu/LanBackup.git
synced 2026-06-28 15:00:58 +03:00
status with colored box
minor fixes
This commit is contained in:
@@ -5,6 +5,20 @@ namespace LanBackup.WebApp.Tests.IntegrationTests
|
||||
{
|
||||
internal class MockTelemetry : ITelemetryLogger
|
||||
{
|
||||
private bool isEnabled;
|
||||
public bool IsEnabled
|
||||
{
|
||||
get
|
||||
{
|
||||
return isEnabled;
|
||||
}
|
||||
|
||||
set
|
||||
{
|
||||
isEnabled = value;
|
||||
}
|
||||
}
|
||||
|
||||
public void TrackEvent(string eventmsg)
|
||||
{
|
||||
//DO NOTHING
|
||||
|
||||
Reference in New Issue
Block a user