コード例 #1
0
        public PricePoolSelector()
        {
            instance = this;
            InitializeComponent();

            es.GetPricePoolsCompleted += es_GetPricePoolsCompleted;
            es.DeletePricePoolCompleted += es_DeletePricePoolCompleted;
            es.GetPricePoolsAsync();
        }
コード例 #2
0
 private void buttonEditPricePool_Click(object sender, EventArgs e)
 {
     PricePoolSelector pps = new PricePoolSelector();
     pps.Show();
 }