示例#1
0
 public void ClosePop()
 {
     IndexPop = IndexPop.None;
 }
示例#2
0
 public void OpenPop(IndexPop indexPop)
 {
     _ea.GetEvent <TogglePopupEvent>().Publish(indexPop);
 }
示例#3
0
 public void OpenPop(IndexPop indexPop)
 {
     IndexPop = indexPop;
 }