Example #1
0
 static SparkIVConfig()
 {
     var appPath = Path.GetDirectoryName(Application.ExecutablePath);
     Instance = XmlPersister.Load<Value.Config>(Path.Combine(appPath, "SparkIV.Config.xml"));
 }
Example #2
0
        static SparkIVConfig()
        {
            var appPath = Path.GetDirectoryName(Application.ExecutablePath);

            Instance = XmlPersister.Load <Value.Config>(Path.Combine(appPath, "SparkIV.Config.xml"));
        }