PsHandler.PokerTypes.WindowPokerTypeEdit.Button_WindowsInfo_Click C# (CSharp) 메소드

Button_WindowsInfo_Click() 개인적인 메소드

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