Ejemplo n.º 1
0
 public static CustomYieldInstruction Leave(this OverlayPageChanger selfObj, bool customYieldInstruction)
 {
     return(new WaitForStandardYieldInstruction(PageChanger._viewController, selfObj._Leave()));
 }
Ejemplo n.º 2
0
 // public static YieldInstruction Show(this OverlayPageChanger selfObj)
 // {
 //     return PageChangerExtension.Show(selfObj);
 // }
 // public static CustomYieldInstruction Show(this PageChanger selfObj, bool customYieldInstruction)
 // {
 //     return new ViewCYInstruction.WaitForStandardYieldInstruction(PageChanger._viewController, selfObj._Show());
 // }
 public static YieldInstruction Leave(this OverlayPageChanger selfObj)
 {
     return(selfObj._Leave());
 }