2020-05-11 13:15:15 +00:00
|
|
|
|
using System;
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Flow.Launcher.Plugin.Explorer
|
|
|
|
|
|
{
|
|
|
|
|
|
public class Settings
|
|
|
|
|
|
{
|
2020-05-11 13:19:41 +00:00
|
|
|
|
public int MaxResult { get; set; } = 100;
|
2020-05-11 13:15:15 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|