Exemple #1
0
        private void button1_Click(object sender, RoutedEventArgs e)
        {
            AccountFactory window = new AccountFactory();

            window.Show();
            this.Hide();
        }
        private void buttonautolink(object sender, RoutedEventArgs e)
        {
            App.Current.Properties["goback"]     = "client";
            App.Current.Properties["autolinkid"] = editing.ID;
            AccountFactory window = new AccountFactory();

            window.Show();
            this.Hide();
        }