diff --git a/MainWindow.xaml.vb b/MainWindow.xaml.vb index 684a034..e01db0a 100644 --- a/MainWindow.xaml.vb +++ b/MainWindow.xaml.vb @@ -95,10 +95,10 @@ Class MainWindow Friend m_PrevActivePage As Pages ' Funziona solo per tornare indietro da grezzo e foto !! ' Timer per aggiornamento interfaccia - Private m_IdleTimer As New DispatcherTimer(DispatcherPriority.ApplicationIdle) + Private m_IdleTimer As New DispatcherTimer ' Timer per linea di produzione - Private m_ProdLineTimer As New DispatcherTimer(DispatcherPriority.ApplicationIdle) + Private m_ProdLineTimer As New DispatcherTimer ' Variabile che indica il tipo di pc su cui gira il programma Private m_bIsSiemensPc As Boolean = False diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index 64e7522..0a8d603 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -62,5 +62,5 @@ Imports System.Windows ' by using the '*' as shown below: ' - - + +