Skip to content

Instantly share code, notes, and snippets.

View mariusadam's full-sized avatar

Marius Adam mariusadam

View GitHub Profile
using System;
using System.Configuration;
using System.Data;
using System.Data.SqlClient;
using System.Windows.Forms;
namespace SGBD_Lab2
{
public partial class Form1 : Form
{
<?php
declare(strict_types=1);
class IOHandler
{
/**
* @var resource
*/
private $inputDescriptor;