예제 #1
0
 public bool CreateGhost(int appId, string sourceStaticName)
 => _eavCtc.CreateGhost(appId, sourceStaticName);
예제 #2
0
 public bool CreateGhost(int appId, string sourceStaticName)
 {
     return(eavCtc.CreateGhost(appId, sourceStaticName));
 }