예제 #1
0
				public FormMain()
        {
            InitializeComponent();

						TemporaryPath = System.IO.Path.GetFullPath(ConfigurationManager.AppSettings["TemporaryPath"]);
						TransformationsPath = System.IO.Path.GetFullPath(ConfigurationManager.AppSettings["TransformationsPath"]);
						DataPath = System.IO.Path.GetFullPath(ConfigurationManager.AppSettings["DataPath"]);
						Pipeline = new Discovery.Library.Pipeline(TransformationsPath, string.Format(@"{0}uri.xml", DataPath));
        }
예제 #2
0
        public FormMain()
        {
            InitializeComponent();

            TemporaryPath       = System.IO.Path.GetFullPath(ConfigurationManager.AppSettings["TemporaryPath"]);
            TransformationsPath = System.IO.Path.GetFullPath(ConfigurationManager.AppSettings["TransformationsPath"]);
            DataPath            = System.IO.Path.GetFullPath(ConfigurationManager.AppSettings["DataPath"]);
            Pipeline            = new Discovery.Library.Pipeline(TransformationsPath, string.Format(@"{0}uri.xml", DataPath));
        }