Results 2 issues of pq

if i have a title, in resx, the apptitle is "app"; in the code public string Title { get { return GetValue(); } set { SetValue(value); } } ctor{ Title=...