public GitFlowHotfixesSection()
 {
     Title     = "Current Hotfixes";
     IsVisible = false;
     model     = new HotfixesViewModel(this);
     UpdateVisibleState();
 }
Beispiel #2
0
 public HotfixesUI(HotfixesViewModel model)
 {
     InitializeComponent();
     DataContext = model;
 }