示例#1
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);
 }
示例#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;
 }