Exemple #1
0
 public void Lock()
 {
     NativeWrapper.Lock();
 }
Exemple #2
0
 public void Create(string configPath, string userPath, string commandLine)
 {
     NativeWrapper.CreateOptions(configPath, userPath, commandLine);
 }
Exemple #3
0
 public void AddOptionInt(string name, int _default)
 {
     NativeWrapper.AddOptionInt(name, _default);
 }