Example #1
0
 protected virtual void OnCorkscrew(CCorkscrewEventArgs pEventArgs)
 {
     if (m_Corkscrew != null)
     {
         m_Corkscrew(this, pEventArgs);
     }
 }
		protected virtual void OnCorkscrew(CCorkscrewEventArgs pEventArgs)
		{
			if (m_Corkscrew != null)
			{
				m_Corkscrew(this, pEventArgs);
			}
		}