aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/Entities/ApplicationFirmwareVersion.cs
blob: 8ca291e778c539e4eeadb49142e97896138b341c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
namespace MaterialDesignThemes.Wpf
{
    public delegate void DialogOpenedEventHandler(object sender, DialogOpenedEventArgs eventArgs);
}