DOC
using System
By Bonnie Patterson,2014-01-06 11:59
13 views
0
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using Maze.Properties;
namespace Maze
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
int i=60;
Color[] mycolorlef..