Error: Extension methods must be defined in a top level static class (CS1109)
I'm trying to make a countdown program, which I can start and stop and set the value of the countdown to 10 minutes if needed. But I'm getting an error I don't quite understand. I'm not that into C#, so here's the code: Can some one help me a bit here ? Think I run on framework 3.0 or something ? using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Timers; namespace PauseMaster { public partial class MainForm : Form { public MainForm() {