MainWindow.xaml の相互作用ロジック
Inheritance: System.Windows.Window
Exemple #1
0
 private void UserControl_Loaded(object sender, RoutedEventArgs e)
 {
     if (RedrawReserve == true && this.IsVisible == true)
     {
         if (ReDrawReserveData() == true)
         {
             RedrawReserve = false;
         }
     }
     this._mainWindow = (MainWindow)Window.GetWindow(this);
 }
Exemple #2
0
        public void onConnected(MainWindow mainWindow0)
        {
            _mainWindow = mainWindow0;

            if (Settings.Instance.RecLog_SearchLog_IsEnabled)
            {
                if (db_RecLog.db_EpgEventInfo.alterTalbe_SetIdentity())
                {
                    addDBLog("DB EpgEventInfoにIdentityを設定しました。");
                }
                if (db_RecLog.db_EpgEventInfo.alterTable_COLUMN_ComponentInfo_AudioInfo())
                {
                    addDBLog("DB EpgEventInfo alterTable_COLUMN_ComponentInfo_AudioInfo()を実行しました。");
                }
            }
        }