static void Main(string[] args) { FoxAndGomoku x = new FoxAndGomoku(); string[] a = { "o", "o" }; Console.WriteLine(x.win(a)); Console.ReadLine(); }