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
Guillaume Leclerc
NA
3
1.8k
[WPF]Accessing a public method
Jan 29 2012 7:54 AM
Hi
I am working on a WPF application.
In the object Application I create a new object windows :
Code :
toolkit =
new
Toolkit
(this);
Toolkit is defined as
public partial class Toolkit : Window
And if i try :
Code :
toolkit.AnyMethod();
The compilator say to me the method is undefined. I can't understand.
I hope you will help me
Reply
Answers (
2
)
Override private virtual methods in C#
ASP.NET