mirror of
https://onedev.site.tesses.net/crosslang/crosslangextras
synced 2026-02-09 01:25:46 +00:00
Get more done on packageserver
This commit is contained in:
10
Tesses.CrossLang.Shell/src/app/app.tcross
Normal file
10
Tesses.CrossLang.Shell/src/app/app.tcross
Normal file
@@ -0,0 +1,10 @@
|
||||
func Tesses.CrossLang.Shell.App(dd)
|
||||
{
|
||||
if(dd.Arguments.Count == 1)
|
||||
{
|
||||
var window = new GUI.Window("CrossLang",640,480,SDL2.Window.Resizable);
|
||||
window.View = new GUI.ButtonView("My Favorite Button");
|
||||
|
||||
VM.RunEventLoop();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user