Reorganizing files.

Moving around the resx files and the texture files.  Still have some
warnings to clean up, and two exceptions dealing the location of the
resources (only an issue in this build, never had a problem in older
builds until I setup this github version).
This commit is contained in:
Brian 2013-12-22 16:07:36 -07:00
parent 7a020b2ec7
commit 6306f55cbc
46 changed files with 351 additions and 109 deletions

View file

@ -29,7 +29,6 @@ namespace FileWatcher
public TabPage m_TabPageReference = null;
private ScriptEngine pyEngine = null;
private ScriptRuntime pyRuntime = null;
private ScriptScope pyScope = null;
private EventRaisingStreamWriter m_LogStream = null;