Esempio n. 1
0
 void ReleaseDesignerOutlets()
 {
     if (myTable != null)
     {
         myTable.Dispose();
         myTable = null;
     }
 }
 public virtual NSObject GetContextForSegue(string segueIdentifier, WKInterfaceTable table, nint rowIndex)
 {
     throw new PlatformNotSupportedException(Constants.WatchKitRemoved);
 }
 public virtual void DidSelectRow(WKInterfaceTable table, nint rowIndex)
 {
     throw new PlatformNotSupportedException(Constants.WatchKitRemoved);
 }
Esempio n. 4
0
 public virtual NSObject GetContextForSegue(string segueIdentifier, WKInterfaceTable table, nint rowIndex)
 {
     throw new PlatformNotSupportedException("The WatchKit framework has been removed from iOS");
 }
Esempio n. 5
0
 public virtual void DidSelectRow(WKInterfaceTable table, nint rowIndex)
 {
     throw new PlatformNotSupportedException("The WatchKit framework has been removed from iOS");
 }