Exemplo n.º 1
0
        public MainPage()
        {
            this.InitializeComponent();

            this.NavigationCacheMode = NavigationCacheMode.Required;
            tip = new Tip();
        }
Exemplo n.º 2
0
 public MainWindow()
 {
     tip = new Tip();
     InitializeComponent();
 }
Exemplo n.º 3
0
 public MainPage()
 {
     InitializeComponent();
     tip = new Tip();
 }
Exemplo n.º 4
0
 public Form1()
 {
     InitializeComponent();
     tip = new Tip();
 }