Program.cs 473 B

123456789101112131415161718192021222324252627
  1. using DevExpress.LookAndFeel;
  2. using DevExpress.XtraEditors;
  3. using Serilog;
  4. using System;
  5. using System.Collections.Generic;
  6. using System.Configuration;
  7. using System.Diagnostics;
  8. using System.IO;
  9. using System.Linq;
  10. using System.Reflection;
  11. using System.Threading;
  12. using System.Threading.Tasks;
  13. using System.Windows.Forms;
  14. namespace XzXdDw
  15. {
  16. internal static class Program
  17. {
  18. static void Main()
  19. {
  20. }
  21. }
  22. }