Beispiel #1
0
 protected void SaveOutput(Tex tex, string name)
 {
     tex.DecompileAndSave($"{BasePath}\\{OutputDirectoryName}\\{name}.tex", true);
 }