'
' File name: Application.xaml.vb
' Location: See Matrox Example Launcher in the MIL Control Center
' 
'

'**************************************************************************************
' Copyright (C) Matrox Electronic Systems Ltd., 1992-2020.
' All Rights Reserved
'**************************************************************************************

Class Application

    ' Application-level events, such as Startup, Exit, and DispatcherUnhandledException
    ' can be handled in this file.

End Class