示例#1
0
        private void lkPhysicalStore_EditValueChanged(object sender, EventArgs e)
        {
            StorageType stt = new StorageType();

            stt.LoadDistictStoreTypeForPhysicalStore((int)lkPhysicalStore.EditValue);
            lkStorageType2.Properties.DataSource = stt.DefaultView;
        }