示例#1
0
文件: Reports.cs 项目: shine8319/DLS
        static ReportsModule()
        {
            string path = DevExpress.Utils.FilesHelper.FindingFileName(AppDomain.CurrentDomain.BaseDirectory, @"Data\nwind.mdb", false);

            ConnectionHelper.ApplyDataDirectory(Path.GetDirectoryName(path));
        }