Interaction logic for HistoryControl.xaml
Inheritance: System.Windows.Controls.UserControl
Exemplo n.º 1
0
        public System.Windows.Controls.UserControl CreateCustomView()
        {
            HistoryControl hc = new HistoryControl();

            hc.DataContext = History;
            return(hc);
        }
Exemplo n.º 2
0
 public System.Windows.Controls.UserControl CreateCustomView()
 {
     HistoryControl hc = new HistoryControl();
     hc.DataContext = History;
     return hc;
 }