예제 #1
0
        public UrlTextBoxControl()
        {
            InitializeComponent();

            // Select all on double click
            this.UrlTB.MouseDoubleClick += (object obj, MouseButtonEventArgs e) => UrlTB.SelectAll();
        }
예제 #2
0
 private void Window_Loaded(object sender, RoutedEventArgs e)
 {
     UrlTB.Focus();
     CheckNotificationsCount();
 }