Esempio n. 1
0
 public PluginMowOutsideArea() // try to read options from file
 {
     _op = DeskApp.GetJson <MoaOptions>(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, MoaJson));
 }
Esempio n. 2
0
    private Timer _tm;                           // = new Timer(timer_Callback);

    public PluginHomeBorderCut()                 // read options from file
    {
        _op = DeskApp.GetJson <HbcOptions>(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, HbcJson));
    }