Inheritance: ComponentFactory.Krypton.Toolkit.KryptonForm
Ejemplo n.º 1
0
        private void kryptonCommandBatchOutput_Execute(object sender, EventArgs e)
        {
            var formBatchInputOutput = new FormBatchInputOutput
            {
                Top  = Top + 200,
                Left = Left + 200
            };

            formBatchInputOutput.Show();
        }
Ejemplo n.º 2
0
 private void kryptonCommandBatchOutput_Execute(object sender, EventArgs e)
 {
     var formBatchInputOutput = new FormBatchInputOutput
                                    {
                                        Top = Top + 200,
                                        Left = Left + 200
                                    };
     formBatchInputOutput.Show();
 }