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