wx.SamplePrinting.MyApp Class Reference

List of all members.

Public Member Functions

override bool OnInit ()


Detailed Description

Definition at line 264 of file Printing.cs.


Member Function Documentation

override bool wx.SamplePrinting.MyApp.OnInit (  ) 

Definition at line 266 of file Printing.cs.

00267                 {
00268                         MyFrame frame = new MyFrame("wx.NET Printing Demo", 
00269                                         new Point(50,50), new Size(450,340));
00270                         frame.Show(true);
00271 
00272                         return true;
00273                 }


Manual of the wx.NET   (c) 2003-2010 the wx.NET project