コード例 #1
0
 private void RandomData()
 {
     MainWindow.m_yin              = YinData.GetYinRandom();
     textBlockMain.Text            = m_yin.ping;
     textBlockMainPianJia.Text     = m_yin.pian;
     textBlockMainLuoMa.Text       = m_yin.pronunciation;
     textBlockMainLuoMa.Foreground = new SolidColorBrush(Color.FromArgb(0, 255, 255, 255));
 }
コード例 #2
0
ファイル: App.xaml.cs プロジェクト: aiqinxuancai/JPAIUEO
        public App()
        {
            ////var newInt = (b << 16) | a;

            AppSetting.Load();
            YinData.InitData();
            DocData.InitData();
        }