Example #1
0
 public override void InitRemotable(DextopRemote remote, DextopConfig config)
 {
     base.InitRemotable(remote, config);
     Remote.AddSharedLookupData("OnOff");             //See Session.cs to see how to add lookups
 }