5 lines
88 B
Text
5 lines
88 B
Text
// Static
|
|
MyClass.Method(someParameter);
|
|
|
|
// Instance
|
|
myInstance.Method(someParameter);
|