Skip to content

Ogólny schemat na przesyłanie danych pomiędzy grupami #13

@Pawel095

Description

@Pawel095

Lepsze pomysły na to samo są mile widziane.

enum getElement
    {
        komentarze;
        //tuta więcej tego
    }
    class DataIO
    {
        public object getdata(getElement e)
        {
            switch (e)
            {
                case getElement.komentarze:
                    //zwracasz komentarze.
                    break;
            }
        }
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions