Calls private void from c# public static

Asked 1 years ago, Updated 1 years ago, 106 views

I'm a beginner at c#

I'm trying to do this, but I don't know the syntax

c# void

2022-09-20 19:31

1 Answers

Modify private void tabshow to public.

In login, you must create an instance with the new class name and access tabshow as an instance.

The static method does not factor this. <= You'll understand this later.


2022-09-20 19:31

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.