get the backend to load the shared library

This commit is contained in:
Shish 2012-02-28 13:34:15 +00:00
parent 7d81ead49a
commit 554a6e1354
3 changed files with 3 additions and 0 deletions

View file

@ -20,6 +20,7 @@ using System.IO;
using System.Diagnostics;
using System.Text.RegularExpressions;
using System.Threading;
using SparkleLib;
namespace SparkleLib {

View file

@ -18,6 +18,7 @@
using System;
using System.IO;
using System.Diagnostics;
using SparkleLib;
namespace SparkleLib {

View file

@ -19,6 +19,7 @@ using System;
using System.Collections.Generic;
using System.IO;
using System.Text.RegularExpressions;
using SparkleLib;
namespace SparkleLib {