TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Song Lee
NA
47
38.4k
Calling method from one class to the other in "Static"
Oct 14 2014 5:32 PM
Hello!
I have a method in a public class
static void
Input ()
{
// Coding here
}
and I was wondering if it is possible for me to call that static method over to another class.
I tried this:
Input
inp =
new
Input
( );
inp.Start();
but it doesn't seem to work (The type or namespace name "Input" could not be found).
Reply
Answers (
7
)
richtextbox databinding saving and reloading formated rtf
show multiple images in multiple picture box