Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB/HeuristicLab.MainForm.WPF/OperationBarPanel.xaml.cs @ 7215

Last change on this file since 7215 was 4311, checked in by swagner, 14 years ago

Integrated OKB clients for HL 3.3 (#1166)

File size: 312 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using System.Windows.Controls.Primitives;
6
7namespace HeuristicLab.MainForm.WPF {
8  public partial class OperationBarPanel : StatusBar {
9    public OperationBarPanel() {
10      InitializeComponent();
11    }
12  }
13}
Note: See TracBrowser for help on using the repository browser.