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

MyClass.cs « PortableLibrary « portable-library « test-projects « tests « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2efe0a3012b997826381a2ee97052c9dd5383967 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using System;

namespace PortableLibrary
{
	public class MyClass
	{
		public MyClass ()
		{
		}
	}
}