Никита
6 years ago
4 changed files with 3 additions and 38 deletions
@ -1,22 +0,0 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Linq; |
|||
using System.Text; |
|||
using System.Threading.Tasks; |
|||
|
|||
namespace fileFinder |
|||
{ |
|||
class HintModel |
|||
{ |
|||
public HintModel () |
|||
{ |
|||
isDirectoryHintActive = true; |
|||
isNameQueryHintActive = true; |
|||
isInnerQueryHintActive = true; |
|||
} |
|||
|
|||
public bool isDirectoryHintActive { get; set; } |
|||
public bool isNameQueryHintActive { get; set; } |
|||
public bool isInnerQueryHintActive { get; set; } |
|||
} |
|||
} |
Loading…
Reference in new issue