Mono.Tests.MyComponent.MyComponent C# (CSharp) Method

MyComponent() public method

public MyComponent ( string title, string zone ) : System
title string
zone string
return System
		public MyComponent (string title, string zone)
		{
			_title = title;
			_zone = zone;
		}
MyComponent