removed the program.cs that i accidentally autogenerated
This commit is contained in:
parent
1de93e8dd0
commit
30978ee20f
1 changed files with 0 additions and 20 deletions
20
Program.cs
20
Program.cs
|
@ -1,20 +0,0 @@
|
|||
using System;
|
||||
using Gtk;
|
||||
|
||||
namespace Buypeeb {
|
||||
class Program {
|
||||
[STAThread]
|
||||
public static void Main(string[] args) {
|
||||
Application.Init();
|
||||
|
||||
var app = new Application("org.buypeeb.buypeeb", GLib.ApplicationFlags.None);
|
||||
app.Register(GLib.Cancellable.Current);
|
||||
|
||||
var win = new MainWindow();
|
||||
app.AddWindow(win);
|
||||
|
||||
win.Show();
|
||||
Application.Run();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue