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

Class1.cs « netframework-sdk « test-projects « tests « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b9a6178638323f2b058de76d01efeb73a0390cfe (plain)
1
2
3
4
5
6
7
8
using System;

namespace netstandard_sdk
{
	public class Class1
	{
	}
}