using System; using System.Collections.Generic; using System.Text; namespace Pub_Class { public class Cell { public int Row; public int Col; } }