Advertisement
Flameso_o16

bytebreaker crack (app)

Jan 6th, 2025
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. using System;
  2. using System.Windows;
  3.  
  4. namespace WpfApp1
  5. {
  6. public class App : Application
  7. {
  8. [STAThread]
  9. public static void Main()
  10. {
  11. App app = new App();
  12. MainWindow mainWindow = new MainWindow();
  13. mainWindow.Show();
  14. app.Run();
  15. }
  16. }
  17. }
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement