source:
branches/OKB/HeuristicLab.MainForm.WPF/OperationBarPanel.xaml.cs
@
4900
Last change on this file since 4900 was 4311, checked in by swagner, 14 years ago | |
---|---|
File size: 312 bytes |
Rev | Line | |
---|---|---|
[4311] | 1 | using System; |
2 | using System.Collections.Generic; | |
3 | using System.Linq; | |
4 | using System.Text; | |
5 | using System.Windows.Controls.Primitives; | |
6 | ||
7 | namespace 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.