NekoKun.StorageManager.StorageManager C# (CSharp) Method

StorageManager() static private method

static private StorageManager ( ) : System
return System
        static StorageManager()
        {
            userDirectory = System.IO.Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), "NekoKun");
            globalDirectory = System.IO.Path.GetDirectoryName(System.Windows.Forms.Application.ExecutablePath);
        }