there is a method:
public class Job { public string name, firm, city; public int cost; static void lol() { int i = 0; } } and I cannot access the static field, it gives the error "Job does not contain a definition for lol"
Job.lol(); With what it can be connected?(
public static void lol(...- Igor