Inheritance: FdoToolbox.Core.AppFramework.ConsoleApplication
Example #1
0
 static void Main(string[] args)
 {
     using (FdoInfoApp app = new FdoInfoApp())
     {
         string dir = Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location);
         string path = Path.Combine(dir, "FDO");
         //Console.WriteLine("Setting FDO Path: {0}", path);
         FdoAssemblyResolver.InitializeFdo(path);
         app.Run(args);
     }
 }
Example #2
0
 static void Main(string[] args)
 {
     using (FdoInfoApp app = new FdoInfoApp())
     {
         string dir  = Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location);
         string path = Path.Combine(dir, "FDO");
         //Console.WriteLine("Setting FDO Path: {0}", path);
         FdoAssemblyResolver.InitializeFdo(path);
         app.Run(args);
     }
 }