/ Published in: C#
Create New Form
Expand |
Embed | Plain Text
Form form = Form.CreateNewForm("Form_Name", SwissAddonFramework.Utils.UniqueStringGenerator.Next()); form.Height = 450; form.Width = 510; // update form position form.Value = "Update UDFs"; // update form title
You need to login to post a comment.
