Exemple #1
0
        static Program()
        {
            _app = new ApplicationCoreFrame();
            var curentAssemblyPath = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);

            pathForSeekDLL = curentAssemblyPath.Substring(0, curentAssemblyPath.IndexOf(solutionName) + solutionName.Length + 1);
        }
Exemple #2
0
 static Program()
 {
     _app = new ApplicationFrame();
 }
Exemple #3
0
 static Program()
 {
     App = new ApplicationFrame <FlashObservation>();
 }