bigloo.pthread.bglpthread.start C# (CSharp) Method

start() public method

public start ( Object t, bool _ ) : void
t Object
_ bool
return void
        public void start( Object t, bool _ )
        {
            thread = t;
             cthread.Start();
        }