aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/ShiftOS/Apps/TestForm.cs
diff options
context:
space:
mode:
authorFloppyDiskDrive <[email protected]>2017-09-24 16:55:03 -0500
committerFloppyDiskDrive <[email protected]>2017-09-24 16:55:03 -0500
commitf5a78ea4169e1553204d908bfbc52ef7ca84b0e6 (patch)
tree66934ed62aa72e7254cde35985811d653ad2e964 /ShiftOS.Main/ShiftOS/Apps/TestForm.cs
parent59721924f1992d8beea1c6366a4e907692de022a (diff)
downloadshiftos-rewind-f5a78ea4169e1553204d908bfbc52ef7ca84b0e6.tar.gz
shiftos-rewind-f5a78ea4169e1553204d908bfbc52ef7ca84b0e6.tar.bz2
shiftos-rewind-f5a78ea4169e1553204d908bfbc52ef7ca84b0e6.zip
Fully added the infobox
Diffstat (limited to 'ShiftOS.Main/ShiftOS/Apps/TestForm.cs')
-rw-r--r--ShiftOS.Main/ShiftOS/Apps/TestForm.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.Main/ShiftOS/Apps/TestForm.cs b/ShiftOS.Main/ShiftOS/Apps/TestForm.cs
index 85be4a3..91055af 100644
--- a/ShiftOS.Main/ShiftOS/Apps/TestForm.cs
+++ b/ShiftOS.Main/ShiftOS/Apps/TestForm.cs
@@ -18,6 +18,7 @@ namespace ShiftOS.Main
ShiftDemo demo = new ShiftDemo();
demo.label1.Text = textBox2.Text;
shiftWM.Init(demo, textBox1.Text, null);
+ shiftWM.StartInfoboxSession(textBox1.Text, textBox2.Text, InfoboxTemplate.buttonType.OK);
}
}
}