コード例 #1
0
 public PurchaseTotallerInput()
 {
     InitializeComponent();
     comboBoxProvince.DataSource = Regions.GetNames();
 }