Monitor
Program.cs
Go to the documentation of this file.
1
using
System
;
2
using
Gtk
;
3
4
namespace
monitor
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
}
Gtk
System
monitor.MainClass.Main
static void Main(string[] args)
Definition:
Program.cs:8
monitor.MainClass
Definition:
Program.cs:6
monitor
Definition:
Client.cs:5
MainWindow
Main window.
Definition:
MonitorUI.cs:10
Program.cs
Generated by
1.8.13