using System;
using System.Collections.Generic;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
namespace Ink_Canvas.Helpers.Plugins
{
///
/// 获取服务接口,统一所有获取类的方法
///
public interface IGetService
{
#region 窗口和UI获取
///
/// 获取主窗口引用
///
Window MainWindow { get; }
///
/// 获取当前画布
///
InkCanvas CurrentCanvas { get; }
///
/// 获取所有画布页面
///
List