예제 #1
0
 private void LoadAuthenticationTypes()
 {
     Authentication.RemoveAllItems();
     Authentication.AddItem("None");
     Authentication.AddItem("EAP");
     Authentication.AddItem("PEAP");
     Authentication.AddItem("WCN");
     Authentication.AddItem("Open");
     Authentication.AddItem("Shared");
 }