示例#1
0
 public DiscFormat2Erase_SinkHelper(DiscFormat2Erase_EventHandler eventHandler)
 {
     if (eventHandler == null)
     {
         throw new ArgumentNullException("Delegate (callback function) cannot be null");
     }
     m_dwCookie       = 0;
     m_UpdateDelegate = eventHandler;
 }
示例#2
0
 public DiscFormat2Erase_SinkHelper(DiscFormat2Erase_EventHandler eventHandler)
 {
     if (eventHandler == null)
         throw new ArgumentNullException("Delegate (callback function) cannot be null");
     m_dwCookie = 0;
     m_UpdateDelegate = eventHandler;
 }