Advertisement
skindervik

WEB-SCRAPING-ANGLE-SHARP-WPF-XAML-CS

Aug 3rd, 2020
2,032
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.71 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. using System.Windows;
  7. using System.Windows.Controls;
  8. using System.Windows.Data;
  9. using System.Windows.Documents;
  10. using System.Windows.Input;
  11. using System.Windows.Media;
  12. using System.Windows.Media.Imaging;
  13. using System.Windows.Navigation;
  14. using System.Windows.Shapes;
  15.  
  16. namespace webBot9000
  17. {
  18.     public partial class MainGui : UserControl
  19.     {
  20.         public MainGui()
  21.         {
  22.             InitializeComponent();
  23.         }
  24.  
  25.         private void SEARCH_BUTTON_Click(object sender, RoutedEventArgs e)
  26.         {
  27.             main.ToggleLinkSearch(URL.Text, WORD.Text);
  28.         }
  29.     }
  30. }
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement