Interaction logic for HistoryControl.xaml
상속: System.Windows.Controls.UserControl
예제 #1
0
        public System.Windows.Controls.UserControl CreateCustomView()
        {
            HistoryControl hc = new HistoryControl();

            hc.DataContext = History;
            return(hc);
        }
예제 #2
0
 public System.Windows.Controls.UserControl CreateCustomView()
 {
     HistoryControl hc = new HistoryControl();
     hc.DataContext = History;
     return hc;
 }