/Services/IShellService.cs
https://github.com/cmath/SimpleLoginManager · C# · 14 lines · 13 code · 1 blank · 0 comment · 0 complexity · ed93783756d1e0534c936abd561836d3 MD5 · raw file
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace Login.Services
- {
- interface IShellService
- {
- object CurrentRuleView { get; set; }
- object ShellView { get; set; }
- }
- }