TestCSFile.cs
using System;
using System.Collections.Concurrent; namespace TestFile { public class IService { static int Test = 4; } } |
using System;
using System.Collections.Concurrent; namespace TestFile { public class IService { static int Test = 4; } } |