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

MyClass.cs « Dep2 « builder-manager-tests « test-projects « tests « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b93930601ea367b7232def8b3cefa8c81050d6c7 (plain)
1
2
3
4
5
6
7
8
9
10
using System;
namespace Dep2
{
    public class MyClass
    {
        public MyClass()
        {
        }
    }
}