Placeholder function

TODO: add implementation
This commit is contained in:
Robert Morrison 2022-06-21 22:36:44 +01:00
parent c3666cdcf1
commit 57218b37fd
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

View File

@ -264,4 +264,9 @@ class Program
} }
} }
static bool Convert(Dictionary<string,string> files)
{
return false;
}
} }