diff --git a/README.md b/README.md index 932737b..ea0ac9a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ Project Update From ottosson and jeremytammik with WPF Solution And Extend Funtion, fix Error for package nuget dependent old with .NET. +### Download + +RevitElementBipChecker + ### Solution Check Full Parameter : - Search Parameter Of Element And Snoop All Value For Developer @@ -57,6 +61,10 @@ git clone https://github.com/chuongmep/RevitElementBipChecker.git 2.[https://github.com/JamesNK/Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) +### Get Datagrid library from: + +DataGridFilter + #### Build solution: 1. _RevitElementBipChecker.dll_ diff --git a/RevitElementBipChecker.csproj b/RevitElementBipChecker.csproj index 10dccda..13a1e58 100644 --- a/RevitElementBipChecker.csproj +++ b/RevitElementBipChecker.csproj @@ -42,7 +42,7 @@ False - C:\Users\Chuong.Ho\Downloads\FilterDataGrid\FilterDataGrid.dll + ..\..\WPF\DataGridFilter\FilterDataGrid\bin\Debug\FilterDataGrid.dll packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll diff --git a/View/MainWindows.xaml b/View/MainWindows.xaml index a198e48..666d1e8 100644 --- a/View/MainWindows.xaml +++ b/View/MainWindows.xaml @@ -197,9 +197,20 @@ Binding="{Binding AssGlobalParaValue}" Header="AssGlobalParaValue" IsColumnFiltered="False" /> + - - + + + + + + + + + + + +