bocchanskyy
cc2fa54e35
At least let me clean my room I don't want to leave like this 'Cause the last thing I want to do is Make my people make decisions Wondering what to do, oh Should they keep it on display Or redecorate? (just started working on lab4)
14 lines
250 B
C#
14 lines
250 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace PluginsConventionLibrary
|
|
{
|
|
public class PluginsConventionElement
|
|
{
|
|
public Guid Id { get; set; }
|
|
}
|
|
}
|