GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d78931c974052618c1863a55a5361e7e991ef5af
[mirrors/Programs.git]
/
Main.cs
1
using System;
2
using Gtk;
3
4
namespace testgtk
5
{
6
class MainClass
7
{
8
public static void Main (string[] args)
9
{
10
Application.Init ();
11
MainWindow win = new MainWindow ();
12
win.Show ();
13
Application.Run ();
14
}
15
}
16
}
This page took
1.438207 seconds
and
3
git commands to generate.