Remove unnecessary config file
svn path=/trunk/gtk-sharp/; revision=43602
This commit is contained in:
parent
bb023fe221
commit
f88799c77e
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@ class HTMLSample {
|
|||
Application.Init ();
|
||||
html = new HTML ();
|
||||
win = new Window ("Test");
|
||||
win.Add (html);
|
||||
ScrolledWindow sw = new ScrolledWindow ();
|
||||
win.Add (sw);
|
||||
sw.Add (html);
|
||||
HTMLStream s = html.Begin ("text/html");
|
||||
|
||||
if (args.Length > 0) {
|
||||
|
|
Loading…
Reference in a new issue