AForge.Robotics.TeRK.Qwerk.Video.Free C# (CSharp) 메소드

Free() 개인적인 메소드

Free resource.
private Free ( ) : void
리턴 void
            private void Free( )
            {
                thread = null;

                // release events
                stopEvent.Close( );
                stopEvent = null;
            }