C#:桥接模式
using System;
namespace ConsoleApplication
{
interface IDrawingAPI
{
void DrawCircle(double x,
using System;
namespace ConsoleApplication
{
interface IDrawingAPI
{
void DrawCircle(double x,