📅  最后修改于: 2022-03-11 14:49:09.581000             🧑  作者: Mango
static void MyMethod(string fname)
{
Console.WriteLine(fname + " Refsnes");
}
//If the code is already in a static you won't need to put static infront of it