コード例 #1
0
 public PageTitle()
 {
     _rd = ResourceLocator.GetResource(this);
     ApplyResouce(_rd);
 }
コード例 #2
0
 public MyLabel()
 {
     _rd = ResourceLocator.GetResource(this);
     ApplyResouce(_rd);
 }
コード例 #3
0
 public MyButton()
 {
     _rd = ResourceLocator.GetResource(this);
     ApplyResouce(_rd);
 }
コード例 #4
0
ファイル: Input.cs プロジェクト: Titaniumstein/MacroManager
 public Input()
 {
     _rd = ResourceLocator.GetResource(this);
     ApplyResouce(_rd);
 }
コード例 #5
0
 public PageContent()
 {
     _rd = ResourceLocator.GetResource(this);
     ApplyResouce(_rd);
 }