add:插件
屎山
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Ink_Canvas.Plugins
|
||||
{
|
||||
public interface IInkCanvasService
|
||||
{
|
||||
void OpenWhiteboard();
|
||||
void CloseWhiteboard();
|
||||
Task OpenWhiteboardAsync(int delayMilliseconds = 0);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user