2
Answers

How to call function?

Hi all!i have a constructor like this:

public void Write(byte[] WriteBytes)
{

}

i want to call it as a function to the Main.How am i going to call it?Thanks!


Answers (2)