예제 #1
0
        //add new output item
        private void button3_Click(object sender, EventArgs e)
        {
            BlueprintEditorPopup editorPopup = new BlueprintEditorPopup(2);

            editorPopup.Show();
        }
예제 #2
0
        //Add new required item
        private void addNewItemRequired_Click(object sender, EventArgs e)
        {
            BlueprintEditorPopup editorPopup = new BlueprintEditorPopup(1);

            editorPopup.Show();
        }