static public Asyer Start(Process process) { Asyer asyer = new Asyer(); asyer.Use(process); return(asyer); }
public void Use(Asyer asyncer, Process process) { asyncer_stack.PushPop(asyncer, process); }
private AsyerManager() { root_asyncer = new Asyer(); asyncer_stack = new Stack <Asyer>(); }