initial commit
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace SHARP
|
||||
{
|
||||
internal class OMethod
|
||||
{
|
||||
[ComVisible(true)]
|
||||
[Serializable]
|
||||
public enum OMethods
|
||||
{
|
||||
TelegramBot,
|
||||
MyPrivateServer,
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user