This website works better with JavaScript.
Explore
Help
Register
Sign In
dengyu
/
DS7_Interface
Watch
1
Star
0
Fork
You've already forked DS7_Interface
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2f85acc4a1
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '2f85acc4a1'
${ noResults }
DS7_Interface
/
OfficeHelper
/
IExport.cs
10 lines
111 B
C#
Raw
Normal View
History
Unescape
Escape
初始提交20230329
2 years ago
using
System
;
namespace
OfficeHelper
{
public
interface
IExport
{
object
excute
(
)
;
}
}