📅  最后修改于: 2022-03-11 14:49:19.935000             🧑  作者: Mango
// in namespace, above main form declaration
public class Globals
{
public static string[,] tableArray;
}
//... in main or other method
Globals.tableArray = new string[rowLength,colLength];