Skip to content

Instantly share code, notes, and snippets.

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Xml.Linq;
namespace Collections4
{
internal class Program
{
static void Main(string[] args)
using System;
using System.Collections.Generic;
namespace Collections4
{
internal class Program
{
static void Main(string[] args)
{
string[] numbers1 = { "1", "2", "1" };
using System;
using System.Collections.Generic;
namespace Collections4
{
internal class Program
{
static void Main(string[] args)
{
string[] numbers1 = { "1", "2", "1" };
using System;
using System.Collections.Generic;
namespace Collections4
{
internal class Program
{
static void Main(string[] args)
{
string[] numbers1 = { "1", "2", "1" };
using System;
using System.Collections.Generic;
namespace Collections3
{
internal class Program
{
static void Main(string[] args)
{
string commandAddEmployee = "add";
using System;
using System.Collections.Generic;
namespace Collections2
{
internal class Program
{
static void Main(string[] args)
{
bool isOpen = true;
using System;
using System.Collections.Generic;
namespace Collections2
{
internal class Program
{
static void Main(string[] args)
{
bool isOpen = true;
using System;
using System.Collections.Generic;
namespace Collections1
{
internal class Program
{
static void Main(string[] args)
{
Queue<int> numbers = new Queue<int>();
using System;
using System.Collections.Generic;
namespace Collections
{
internal class Program
{
static void Main(string[] args)
{
string inputUser;
using System;
namespace Methods5
{
internal class Program
{
static void Main(string[] args)
{
bool isOpen = true;