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

IMenuEditorService.cs « System.Windows.Forms.Design « System.Windows.Forms « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ff23b98c3846147dbebf2092a8b330d563e577e (plain)
1
2
3
4
5
6
7
8
9
10
11
using System;

namespace System.Windows.Forms.Design
{
	/// <summary>
	/// Summary description for IMenuEditorService.
	/// </summary>
	public interface IMenuEditorService
	{
	}
}