Interaction logic for AssetInformation.xaml
Наследование: System.Windows.Window
Пример #1
0
        private void assetInformationButton_Click(object sender, RoutedEventArgs e)
        {
            AssetInformation newAssetInformationWindow = new AssetInformation();

            newAssetInformationWindow.Show();
            this.Close();
        }
        private void assetInformationButton_Click(object sender, RoutedEventArgs e)
        {
            AssetInformation newAssetInformationWindow = new AssetInformation();

            newAssetInformationWindow.Show();
            this.Close();
        }