convert VB to C#
This commit is contained in:
10
Pilz.Simple3DFileParser/Model/Interfaces.cs
Normal file
10
Pilz.Simple3DFileParser/Model/Interfaces.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Pilz.S3DFileParser
|
||||
{
|
||||
public interface IToObject3D
|
||||
{
|
||||
Object3D ToObject3D();
|
||||
Task<Object3D> ToObject3DAsync();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user