Skip to content

Commit

Permalink
ExDM Add documentation to the selected parts of the code #369
Browse files Browse the repository at this point in the history
- working on the XAML section
  • Loading branch information
mpostol committed Jul 5, 2024
1 parent 68925a3 commit 3cec748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExDataManagement/GraphicalData/README.XAML.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ In other words, any control is a type that encapsulates user interface functiona

It may sound mysterious at first, but the fact that the graphical user interface is an element of the program is obvious to everyone. However, it is not so obvious to everyone that it is not an integral part of the executing program process. Let's look at the diagram below, where we see the GUI as something external to the program. Like streaming and structured data. This interface can even be deployed on another physical machine. In such a case, the need for communication between machines must also be considered.

![Program Layered Design Pattern](.media/CoursImageProgramLayeredDesignPattrn.png)
![Program Layered Design Pattern](.Media/CoursImageProgramLayeredDesignPattrn.png)

As a result, we must look at the User Interface and the running program as two independent entities operating in asynchronous environments. So the problem is how to synchronize its content and behavior with the program flow.

Expand Down

0 comments on commit 3cec748

Please sign in to comment.