Last change
on this file since 4076 was
4042,
checked in by kgrading, 14 years ago
|
#828 added various improvements to the plugin cache manager, the execution engine, the transaction handling on the serverside and the server console
|
File size:
388 bytes
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.ComponentModel;
|
---|
4 | using System.Drawing;
|
---|
5 | using System.Data;
|
---|
6 | using System.Linq;
|
---|
7 | using System.Text;
|
---|
8 | using System.Windows.Forms;
|
---|
9 |
|
---|
10 | namespace HeuristicLab.Hive.Server.ServerConsole {
|
---|
11 | public partial class JobListViewControl : UserControl {
|
---|
12 | public JobListViewControl() {
|
---|
13 | InitializeComponent();
|
---|
14 | }
|
---|
15 | }
|
---|
16 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.