Bartixix
Bartixix
CC#
Created by Bartixix on 9/13/2023 in #help
❔ Making a method reference
Is this the correct way to call a method from other class in one main file or is something else better?
public static void Method(int a) => AnotherClass.Method(a);
public static void Method(int a) => AnotherClass.Method(a);
4 replies