empty commit
This commit is contained in:
@ -11,6 +11,7 @@ using System.Diagnostics;
|
||||
using System.IO;
|
||||
|
||||
|
||||
|
||||
namespace CobXmlSupport
|
||||
{
|
||||
public partial class ShowCode : Form
|
||||
@ -177,6 +178,7 @@ namespace CobXmlSupport
|
||||
{
|
||||
File.Move(inPath + codeFile, backupfile);//+ DateTime.Now.ToString());
|
||||
}
|
||||
//File.WriteAllText(inPath + codeFile, codeComplInit,Encoding.Default);
|
||||
File.WriteAllText(inPath + codeFile, codeComplInit);
|
||||
|
||||
refreshWindow();
|
||||
|
||||
Reference in New Issue
Block a user