コード例 #1
0
        public static bool ScreeningIsSelected(Screening screening)
        {
            AppDelegate app = (AppDelegate)NSApplication.SharedApplication.Delegate;

            return(app.Controller.CurrentScreening == screening);
        }