Example #1
0
 public User(Appacitive.Sdk.APObject existing)
     : base(existing)
 { }
Example #2
0
 //special constructor called by SDK
 public TodoItem(Appacitive.Sdk.APObject existing)
     : base(existing)
 { }