fCraft.ChatTimer.RaiseStartedEvent C# (CSharp) Method

RaiseStartedEvent() static private method

static private RaiseStartedEvent ( ChatTimer timer ) : void
timer ChatTimer
return void
        static void RaiseStartedEvent( ChatTimer timer ) {
            var h = Started;
            if( h != null ) h( null, new ChatTimerEventArgs( timer ) );
        }

Same methods

ChatTimer::RaiseStartedEvent ( [ timer ) : void