コード例 #1
0
 public Adverse_form(int Input)
 {
     InitializeComponent();
     Panel             = this;
     Panel.label2.Text = Input.ToString();
     Column            = Input;
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: RymAnde/14sbk
        public void Call_adverse_form(int Input)
        {
            Adverse_form CabinInputPanel = new Adverse_form(Input);

            CabinInputPanel.Show();
        }