use pascal casing everywhere

This commit is contained in:
Frank Skare
2021-07-15 14:40:59 +02:00
parent 43c150a18b
commit 886f3349ae
19 changed files with 270 additions and 277 deletions

View File

@@ -90,7 +90,7 @@ namespace mpvnet
try
{
Core.set_property_string(item.Name, item.Value, true);
Core.SetPropertyString(item.Name, item.Value, true);
}
catch (Exception ex)
{