Untitled

 avatar
unknown
plain_text
a year ago
450 B
6
Indexable
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Zadaca4Clustering.Classes
{
    static class TestStudentData
    {
        internal static readonly StudentData studentData = new StudentData
        {
            P104 = 5,
            P12 = 5,
            P140 = 5,
            P141 = 5,
            P142 = 5,
            P143 = 5,
        };
    }
}
Editor is loading...
Leave a Comment