I am following the Getting Started of ButtonbAdv.
The following line in the "Setting icon template selector" section
<local:TemplateSelector x:Key="IconTemp" NewIcon="{StaticResource newIcon}" OpenIcon="{StaticResource OpenIcon}"/>
suggests that there is a
local:TemplateSelector
class in the project.
However the contents of this c# class is not showed but necessary for the working of the sample.
Can you please provide the code of this class?
Axel