Exemple #1
0
 static VSPackage()
 {
     DllLocation = new Uri(typeof(VSPackage).Assembly.CodeBase, UriKind.Absolute).LocalPath;
     Path        = System.IO.Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "LineSorter\\");
     if (!System.IO.Directory.Exists(Path))
     {
         System.IO.Directory.CreateDirectory(Path);
     }
     Loader = new SortsLoader();
 }
Exemple #2
0
 static VSPackage()
 {
     PathData = PackageHelper.Initialize <VSPackage>(true);
     Loader   = new SortsLoader();
 }