C# Class Sanguosha.UI.Controls.CardSetView

Interaction logic for CardSetView.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: RagingBigFemaleBird/sgs Class Usage Examples

Public Properties

Property Type Description
IsGetCardButtonShownProperty System.Windows.DependencyProperty

Public Methods

Method Description
CardSetView ( ) : System
_IsGetCardButtonShown_Changed ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Private Methods

Method Description
btnGetCard_Click ( object sender, RoutedEventArgs e ) : void
gridCardSet_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
gridDataSet_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Method Details

CardSetView() public method

public CardSetView ( ) : System
return System

_IsGetCardButtonShown_Changed() public static method

public static _IsGetCardButtonShown_Changed ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs args ) : void
o System.Windows.DependencyObject
args System.Windows.DependencyPropertyChangedEventArgs
return void

Property Details

IsGetCardButtonShownProperty public static property

public static DependencyProperty,System.Windows IsGetCardButtonShownProperty
return System.Windows.DependencyProperty