コード例 #1
0
 public Form1()
 {
     InitializeComponent();
     comboBox.Text = "5";
     fonction      = new Fonctions();
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: inscriptionweb/EPITA
 public Form1()
 {
     InitializeComponent();
     comboBox.Text = "5";
     fonction = new Fonctions();
 }