using System;
using ;
using ;
using ;
using ;
using ;
using ;
using ;
using ;
namespace feiruwenzi
{
public partial class Page : UserControl
{
public Page()
{
// Required to initialize variables
InitializeComponent();
+= new RoutedEventHandler(Page_Loaded);
//Register the commission hook, which is effective. It is recommended to use VS or VWD to operate with TAB key.
}
void Page_Loaded(object sender, RoutedEventArgs e)
{
();//Move
}
}
}