示例#1
0
 partial void FirstUseButton(AppKit.NSButton sender)
 {
     try
     {
         Backendoptions.FirstUse();
     }
     catch (Exception)
     {
         ;
     }
 }