CSampleEventWatcherPlugIn::CSampleEventWatcherPlugIn()
{
  // Description:
  //   CSampleEventWatcherPlugIn constructor. The constructor is called when the
  //   plug-in is loaded and "thePlugIn" is constructed. Once the plug-in
  //   is loaded, CSampleEventWatcherPlugIn::OnLoadPlugIn() is called. The 
  //   constructor should be simple and solid. Do anything that might fail in
  //   CSampleEventWatcherPlugIn::OnLoadPlugIn().

  // TODO: Add construction code here
  m_plugin_version = RhinoPlugInVersion();
}
CTestMoveControlPointPlugIn::CTestMoveControlPointPlugIn()
{
  // TODO: Add construction code here
  m_plugin_version = RhinoPlugInVersion();
}