Skip to content

Commit 7243aaf

Browse files
committed
ExDM Prepare for publishing in the e|book #395
closes #395
1 parent 79c2267 commit 7243aaf

File tree

8 files changed

+6
-18
lines changed

8 files changed

+6
-18
lines changed

ExDataManagement/GraphicalData/GraphicalData.Model/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

ExDataManagement/GraphicalData/GraphicalData.View/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

ExDataManagement/GraphicalData/GraphicalData.ViewModel/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

ExDataManagement/GraphicalData/ModelUnitTest/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

ExDataManagement/GraphicalData/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
//_____________________________________________________________________________________________________________________________________
1212
-->
1313

14-
# Graphical User Interface (GUI)
14+
# Graphical Data
1515

1616
## Preface
1717

18-
This folder concerns selected issues related to the representation of process information in graphical form. It tries to answer how to build a graphical user interface. Let's start with a few definitions, explanations, and indications of directions for searching for new solutions to improve the handling of graphic data.
18+
This part concerns selected issues related to the representation of process information in graphical form. It tries to answer how to build the **Graphical User Interface (GUI)**. Let's start with a few definitions, explanations, and indications of directions for searching for new solutions to improve the handling of **Graphic Data**.
1919

2020
### External Data
2121

ExDataManagement/GraphicalData/ViewModelUnitTest/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

REFERENCES.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
- [XSL\(T\) Languages](https://www.w3schools.com/xml/xsl_languages.asp)
8181
- [Xsd.exe](http://msdn.microsoft.com/library/x6c1kb0s.aspx)
8282

83-
8483
[csharpguid]: https://docs.microsoft.com/dotnet/csharp/programming-guide/
8584
[ExpressionClass]: https://docs.microsoft.com/dotnet/api/system.linq.expressions.expression
8685
[ET]: https://docs.microsoft.com/dotnet/csharp/programming-guide/concepts/expression-trees/index

SUMMARY.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,17 @@
4646
* [Implementation Examples](ExDataManagement/DataStreams/DataStreams/README.md)
4747
* [Objects Serialization](ExDataManagement/DataStreams/DataStreams/READMESerialization.md)
4848
* [Cryptography](ExDataManagement/DataStreams/DataStreams/READMECryptography.md)
49-
* Functional Programming
50-
* [Preface](ExDataManagement/FunctionalProgramming/README.md)
51-
* [Implementation](ExDataManagement/FunctionalProgramming/FunctionalProgramming/Readme.md)
49+
* [Functional Programming](ExDataManagement/FunctionalProgramming/README.md)
5250
* [Delegate and Events](ExDataManagement/FunctionalProgramming/FunctionalProgramming/READMEDelegateEvents.md)
5351
* [Extension Methods](ExDataManagement/FunctionalProgramming/FunctionalProgramming/README.ExtensionMethods.md)
5452
* [Anonymous Functions](ExDataManagement/FunctionalProgramming/FunctionalProgramming/README.AnonymousFunctions.md)
5553
* [Structural Data](ExDataManagement/StructuralData/README.md)
5654
* [LINQ Expression](ExDataManagement/StructuralData/StructuralData/README.LINQExpression.md)
5755
* [LINQ to Object](ExDataManagement/StructuralData/StructuralData/README.LINQ2Object.md)
5856
* [LINQ to SQL](ExDataManagement/StructuralData/StructuralData/README.LINQ2SQL.md)
59-
* Graphical Data
60-
* [Preface](ExDataManagement/GraphicalData/README.md)
61-
* [View Implementation Examples](ExDataManagement\GraphicalData\GraphicalData.View\README.md)
62-
* [ViewModel Implementation Examples](ExDataManagement\GraphicalData\GraphicalData.ViewModel\README.md)
63-
* [ViewModel Usage](ExDataManagement\GraphicalData\ViewModelUnitTest\README.md)
64-
* [Model Implementation Examples](ExDataManagement/GraphicalData/GraphicalData.Model/README.md)
65-
* [Model Usage](ExDataManagement/GraphicalData/ModelUnitTest/README.md)
57+
* [Graphical Data](ExDataManagement/GraphicalData/README.md)
58+
* [MVVM Program Design Pattern](ExDataManagement/GraphicalData/README.MVVM.md)
59+
* [User Interface Description](ExDataManagement/GraphicalData/README.XAML.md)
6660

6761
## Adaptive Programming
6862

0 commit comments

Comments
 (0)