Projekt

Obecné

Profil

Stáhnout (310 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 68087f99 Pultak
using System;
2
using System.Collections.Generic;
3
using System.Linq;
4
using System.Text;
5
using System.Threading.Tasks;
6
7
namespace LDClient.detection {
8
    public interface IT32Utils {
9
10
        public bool InitConnection();
11
        public bool ExecuteCommands();
12
        public bool CloseConnection();
13
14
    }
15
}