C# where to add a method
问题 I'm fresh to C# - just started a day ago. I have to do a simple C# database consisting of music albums etc. The problem I got is that I can't call a method i just did, can anyone help me to include this method in main? void addnew() { int ID = currid; string AlbNm; string Art; string RelDstring; int RelD; string TrAmnstring; int TrAmn; string Loc; int Rat; int ratswitch; string ratswitchstring; Console.Clear(); Console.WriteLine("Podaj nazwe albumu"); AlbNm = Console.ReadLine(); Console