コード例 #1
0
        private void AddLookBtn_Click(object sender, EventArgs e)
        {
            KeyFramePrompt KFInput = new KeyFramePrompt(this); //This prompt is another form. Check that for reference.

            KFInput.Show();                                    // Show Keyframe input and allow other windows to be used
        }