예제 #1
0
 private void NotifyStatusChanged(T7Flasher t7Flasher, StatusEventArgs statusEventArgs)
 {
     if (onStatusChanged != null)
     {
         onStatusChanged(t7Flasher, statusEventArgs);
     }
 }
예제 #2
0
 public static T7Flasher getInstance()
 {
     if (m_kwpHandler == null)
         throw new Exception("KWPHandler not set");
     if (m_instance == null)
         m_instance = new T7Flasher();
     return m_instance;
 }
예제 #3
0
 public static T7Flasher getInstance()
 {
     if (m_kwpHandler == null)
     {
         throw new Exception("KWPHandler not set");
     }
     if (m_instance == null)
     {
         m_instance = new T7Flasher();
     }
     return(m_instance);
 }
예제 #4
0
 private void NotifyStatusChanged(T7Flasher t7Flasher, StatusEventArgs statusEventArgs)
 {
     if (onStatusChanged != null)
         onStatusChanged(t7Flasher, statusEventArgs);
 }