Think about, case study, implementation... Pensieri, casi di studio e implementazioni, tutto quello che devo affrontare lavorando in c#.
public class Test{ public static string staticMehotod(string value) { return "Parameter is :" + value; }}public class useTest{ public void UseStaticMethod() { string value = "Test"; Console.WriteLine(Test.staticMehotod(value)); }}
Posta un commento
Nessun commento:
Posta un commento