Skip to content

Instantly share code, notes, and snippets.

@Jore2
Jore2 / CurrentStudent.cs
Created November 19, 2015 19:36
04.SoftUni
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _04.SoftUni
{
class CurrentStudent:Student
{
@Jore2
Jore2 / Component.cs
Created November 19, 2015 19:32
03.ComputerCatalog
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _03.ComputerCatalog
{
class Component
{
@Jore2
Jore2 / Battery.cs
Created November 19, 2015 19:31
02.LapTopShop
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _02.LaptopShop
{
public class Battery
{
@Jore2
Jore2 / Person.cs
Created November 19, 2015 19:29
01.Person
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _01.Person
{
public class Person
{