07  - Create Presentation for the Component (CrypTool 2 Development Series) In this video, we show how to develop a presentation for CrypTool 2. A presentation is a WPF UserControl that is displayed within a CrypTool 2 component. Here, we develop a small and simple presentation for our AffineCipher component, which we developed in the previous episodes.

Checklist:

1. Create UserControl for your component
2. Add localization attribute to the new UserControl:
example: [PluginBase.Attributes.Localization("Cryptool.Plugins.AffineCipher.Properties.Resources")]
3. Adapt the UserControl to your needs
4. Update UserControl with data from your component via C# code

CrypTool 2,Presentation,WPF,C#,Development,Affine Cipher,Component,