2
Answers

[WPF]Accessing a public method

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


Answers (2)
0
Vivek Kumar

Vivek Kumar

NA 7.6k 729.2k 7y
Please go through the below links and understand the code and then implement in your project.
 
http://www.c-sharpcorner.com/blogs/create-table-in-pdf-using-c-sharp-and-itextsharp
 
https://www.mikesdotnetting.com/article/86/itextsharp-introducing-tables 
Accepted