static void Main(string[] args) { Dfcf app = new Dfcf(); app.StartApp(); Thread.Sleep(3000); app.Test2(); ///app.CloseApp(); }