PsHandler.PokerTypes.WindowPokerTypeEdit.Button_WindowsInfo_Click C# (CSharp) Method

Button_WindowsInfo_Click() private method

private Button_WindowsInfo_Click ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void
        private void Button_WindowsInfo_Click(object sender, RoutedEventArgs e)
        {
            if (_windowWindowsInfo != null) _windowWindowsInfo.Close();
            _windowWindowsInfo = new WindowWindowsInfo(this);
            _windowWindowsInfo.Show();
        }