Untitled

Anonymous
plain_text
04/07/2024 11:16 AM
600 B
21
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