Kostiantyn Nesterenko
Kostiantyn Nesterenko
@ionoy I'm also curious. How can this could be translated in Ammy? `l:Static` is `System.Windows.Markup.StaticExtension` the implementation of it is here [Gu.Localization]( https://github.com/JohanLarsson/Gu.Localization/blob/2898a2c4df12c5027cefb38c6cf085b5d68f3398/Gu.Wpf.Localization/MarkupExtensions/StaticExtension.cs#L18).
@artganify I have the same idea in my project, because I need to load a folder not the file.
@diluculo, in VS there is no limit for recent projects. Limit is only for MainMenu items (only 10): [image](https://cloud.githubusercontent.com/assets/10574210/19477893/ed5f3eae-9548-11e6-801e-fccf5f956224.png) But on Home view we have all of them: [image](https://cloud.githubusercontent.com/assets/10574210/19477942/2e8a6200-9549-11e6-9df4-b87755117681.png)
Thanks. I'm newbie on git, so I can make mistakes. About notifypropertychanged - it should notify on change, doesn't it? I'm trying to build home view module like in VS...