コード例 #1
0
        /// <summary>
        /// Shows the driver properties.
        /// </summary>
        public override void ShowProps()
        {
            Localize();

            if (Number > 0)
            {
                // show properties of the particular device
                FrmDevProps.ShowDialog(Number, KPProps, AppDirs, GetUiCustomization());
            }
            else
            {
                // show the device template editor
                FrmDevTemplate.ShowDialog(AppDirs, GetUiCustomization());
            }
        }