Exemplo n.º 1
0
        static void Main(string[] args)
        {
            DC_WindowsHelloCore core = new DC_WindowsHelloCore();

            core.Start();
        }
 public DC_WindowsHello()
 {
     InitializeComponent();
     _Core = new DC_WindowsHelloCore();
 }