I tried to use swift to add a simple status menu to the status bar, but it won’t be displayed.
Works with Objective-c: AppDelegate.h
@interface AppDelegate: NSObject {
IBOutlet NSMenu
I tried to use swift to add a simple status menu to the status bar, but it won’t be displayed.
Works with Objective-c: AppDelegate.h
@interface AppDelegate: NSObject {
IBOutlet NSMenu
I use FormsAuthenticationTicket to log users in this way:
[HttpPost]
[ValidateAntiForgeryToken]
public ActionResult Login(LoginViewModel loginView)
{
if (ModelState.IsValid)
{
if (Membersh