static void Main(string[] args) { FunctionButton functionButton = new FunctionButton(); functionButton.Click(); Console.ReadLine(); }