コード例 #1
0
 protected override void AttachBaseContext(Context newBase)
 {
     newBase = LocaleHelper.onAttach(newBase);
     base.AttachBaseContext(newBase);
 }