TestClassAttribute.cs 105 B

12345678
  1. using System;
  2. namespace BB_Grishina
  3. {
  4. internal class TestClassAttribute : Attribute
  5. {
  6. }
  7. }