Implementation of saver started

This commit is contained in:
2015-07-14 23:40:33 +02:00
parent 79d4c1cb27
commit a06104a7cc
7 changed files with 286 additions and 37 deletions

View File

@ -27,5 +27,11 @@ namespace CobXmlSupport
public static bool ettingSpecials;
public static bool ettingUserCodeBcup;
//-------------------------
// public static bool ettingShowTestbtns;
public static bool ettingBackupOwnCode;
public static string ettingActualFile;
public static string ettingFilePath;
//-------------------------
}
}