Interaction logic for CardViewControl.xaml
Exemplo n.º 1
0
 /// <summary>
 /// Standard constructor for the tool window.
 /// </summary>
 public CardSetViewWindowPane()
     : base(null)
 {
     BitmapResourceID = 104;
     BitmapIndex      = 0;
     _control         = new CardSetViewControl();
     Content          = _control;
 }
 /// <summary>
 /// Standard constructor for the tool window.
 /// </summary>
 public CardSetViewWindowPane()
     : base(null)
 {
     BitmapResourceID = 104;
     BitmapIndex = 0;
     _control = new CardSetViewControl();
     Content = _control;
 }