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

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

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