6 строки
221 B
Plaintext
6 строки
221 B
Plaintext
|
<#@ include file="IssuesClassGenerator.t4" #>
|
||
|
<#+
|
||
|
const string className = "TranslationIssues";
|
||
|
const string namespaceName = "Microsoft.Toolkit.Uwp.UI.Lottie.LottieToWinComp";
|
||
|
const string prefixFilter = "LT";
|
||
|
#>
|