ClasseUmid_Irrig.Umid.MethodOnFor C# (CSharp) Method

MethodOnFor() public method

tiene acceso per t tempo.
public MethodOnFor ( int t ) : void
t int
return void
        public void MethodOnFor(int t)
        {
            MethodStatus(true);
            Thread.Sleep(t);
            MethodToggle();
        }