Simple way to avoid hard coded strings in xaml
Hard coded strings are annoying,In XAML, we have a lot of cases of hard coded strings.Here is a simple way of implementing static naming class, and use it in...
Hard coded strings are annoying,In XAML, we have a lot of cases of hard coded strings.Here is a simple way of implementing static naming class, and use it in...