Example #1
0
 internal void Show()
 {
     FormKalibreren Form = new FormKalibreren(this);
     Form.ShowDialog();
 }
Example #2
0
        internal void Show()
        {
            FormKalibreren Form = new FormKalibreren(this);

            Form.ShowDialog();
        }