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

IAccessible.cs « WINELib « System.Windows.Forms « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a3e895887568e15a40b0c55bce941c793d4a6ebf (plain)
1
2
3
4
5
6
7

namespace System.Windows.Forms {
	interface IAccessible {

	}
}