コード例 #1
0
        static public void useTestDirectory()
        {
#if DEBUG
            CmdUtil.displayDebug("Resetting the default db location to " + System.Environment.GetEnvironmentVariable("userprofile") + @"\Poof\");
            setHomeDirectory(System.Environment.GetEnvironmentVariable("userprofile") + @"\Poof\");
#endif
        }
コード例 #2
0
        static public void debugMsg(string message)
        {
#if DEBUG
            CmdUtil.displayDebug(message);
#endif
        }