コード例 #1
0
ファイル: Kalibreerder.cs プロジェクト: Isolf/CalibreerMShape
 internal void Show()
 {
     FormKalibreren Form = new FormKalibreren(this);
     Form.ShowDialog();
 }
コード例 #2
0
        internal void Show()
        {
            FormKalibreren Form = new FormKalibreren(this);

            Form.ShowDialog();
        }