1 Star 0 Fork 0

刚哥/MatplotlibCS

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
IExample.cs 198 Bytes
一键复制 编辑 原始数据 按行查看 历史
一剑 提交于 2019-02-22 12:59 +08:00 . Pass example name from arguments.
using System;
using System.Collections.Generic;
using System.Text;
namespace Examples
{
public interface IExample
{
void Run(string pythonExePath, string dasPlotPyPath);
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bitsbird/MatplotlibCS.git
git@gitee.com:bitsbird/MatplotlibCS.git
bitsbird
MatplotlibCS
MatplotlibCS
master

搜索帮助