Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
All Basic Func - finished
Browse files Browse the repository at this point in the history
  • Loading branch information
youshengCode committed Mar 14, 2021
1 parent 04bfe42 commit 71cb406
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IfcValidator/Strings/en-us/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
<value>Report</value>
</data>
<data name="PropertyInfo.Text" xml:space="preserve">
<value>*For the non-IFC domain, only the classification with a Related tag and a defined PropertySet could be verified in an IFC file.</value>
<value>*Still version beta for the non-IFC domain classifications.</value>
</data>
<data name="ClassificationPage_RemoveAllButton.Label" xml:space="preserve">
<value>Clear All</value>
Expand Down
3 changes: 2 additions & 1 deletion IfcValidator/Views/ReportPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@
VerticalAlignment="Center"
Background="Transparent"
DefaultLabelPosition="Right"
IsOpen="False">
IsOpen="False"
Visibility="Collapsed">
<AppBarButton
x:Uid="Tool_SaveButton"
Click="SaveButton_Click"
Expand Down
2 changes: 1 addition & 1 deletion IfcValidator/Views/ReportPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ private void reportList_ItemClicked(object sender, ItemClickEventArgs e)

private void SaveButton_Click(object sender, RoutedEventArgs e)
{

// TODO: Export report data as csv
}
}
}

0 comments on commit 71cb406

Please sign in to comment.