コード例 #1
0
ファイル: Diffusion.xaml.cs プロジェクト: ekzyis/ChaCha-CT2
 public Diffusion()
 {
     InitializeComponent();
     ActionViewBase.LoadLocaleResources(this);
     this.DataContextChanged += OnDataContextChanged;
 }
コード例 #2
0
 public Overview()
 {
     InitializeComponent();
     ActionViewBase.LoadLocaleResources(this);
 }