Esempio n. 1
0
 public static CustomYieldInstruction Show(this PageChanger selfObj, bool customYieldInstruction)
 {
     return(new WaitForStandardYieldInstruction(PageChanger._viewController, selfObj._Show()));
 }
Esempio n. 2
0
 public static YieldInstruction Show(this PageChanger selfObj)
 {
     return(selfObj._Show());
 }