Public Member Functions | |
| override bool | OnInit () |
Definition at line 264 of file Printing.cs.
| 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 }
(c) 2003-2010 the wx.NET project