Esempio n. 1
0
 public PageTitle()
 {
     _rd = ResourceLocator.GetResource(this);
     ApplyResouce(_rd);
 }
Esempio n. 2
0
 public MyLabel()
 {
     _rd = ResourceLocator.GetResource(this);
     ApplyResouce(_rd);
 }
Esempio n. 3
0
 public MyButton()
 {
     _rd = ResourceLocator.GetResource(this);
     ApplyResouce(_rd);
 }
Esempio n. 4
0
 public Input()
 {
     _rd = ResourceLocator.GetResource(this);
     ApplyResouce(_rd);
 }
Esempio n. 5
0
 public PageContent()
 {
     _rd = ResourceLocator.GetResource(this);
     ApplyResouce(_rd);
 }