blob: caedad88b8c3bbe3f62b1963455c9b0c21c1cf1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Controls;
namespace Tango.Scripting.Editors.Intellisense
{
public abstract class CompletionItemPopupControl : Control
{
}
}
pan>public long MaxChunkSize { get; set; } = 1024 * 10;
}
}
|