Esempio n. 1
0
        private void baseButtonSave_Click_1(object sender, EventArgs e)
        {
            DistributorLevelType d = (DistributorLevelType)skinComboBox_Level.SelectedValue;
            AddLevelModelForm    AddCommissionTemplate = new AddLevelModelForm(Convert.ToInt32(d), OperationEnum.Add, ListCount);

            if (AddCommissionTemplate.ShowDialog(this) == DialogResult.OK)
            {
                RefreshPageGetData();
            }
        }
Esempio n. 2
0
 private void checkFirstCharges(DistributorLevelType distributorType)
 {
     ShowMessage("请填写" + EnumHelper.GetDescription(distributorType) + "佣金!");
 }