Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ContainerControl.cs « Gtk « System.Windows.Forms « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a5cb354be2ad17fbb7abfe4842ff9f00694c674 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
// System.Windows.Forms.Form
//
// Author:
//   Miguel de Icaza (miguel@ximian.com)
//
// (C) 2002 Ximian, Inc
//

using System;
using System.Drawing;
using Gtk;
using GtkSharp;

namespace System.Windows.Forms {

	public class ContainerControl : ScrollableControl {
	}
}