Ejemplo n.º 1
0
 private void Window_Initialized(object sender, EventArgs e)
 {
     label2.Content = Janela.Title + Properties.Settings.Default.NomeOT;
     //Seta configuração do OTC.
     if (Properties.Settings.Default.OTClient == true)
     {
         comboBox.Visibility = Visibility.Visible;
     }
     //seta navegação da webview(noticasarea).
     noticiasArea.Navigate(noticias.getNoticia());
 }
Ejemplo n.º 2
0
 private void Window_Initialized(object sender, EventArgs e)
 {
     //Seta Titulo do Launcher.
     label2.Content = Janela.Title + config.NomeOT;
     //Seta configuração do OTC.
     if (config.OTClient == true)
     {
         comboBox.Visibility = Visibility.Visible;
     }
     //Seta navegação da webview(noticasarea).
     noticiasArea.Navigate(noticias.getNoticia());
 }