packaging+fs

This commit is contained in:
Paul Schneider 2019-08-21 17:23:58 +01:00
commit 1bd9843d7e
21 changed files with 95 additions and 66 deletions

View file

@ -2094,5 +2094,11 @@ namespace Yavsc {
return ResourceManager.GetString("LiveFlow", resourceCulture);
}
}
public static string Instrumentation {
get {
return ResourceManager.GetString("Instrumentation", resourceCulture);
}
}
}
}