using System; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Media; using System.Windows.Shapes; using System.Windows.Media.Animation;
namespace _360Timer
{
public partial class Window1 : Window
{
System.Windows.Threading.DispatcherTimer frameTimer; private int lastTick; private Random rand;