Skip to content

GholibjonMadiyarov/Bee.Interval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bee.Interval

Simple interval implementation

How use?

using Bee.Interval;

static void Main(string[] args)
{
	// 3 seconds
	Interval.start(3, change);
	//Interval.stop();
}

private void change()
{
    MessageBox.Show("Changed");
}

About

Interval

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages