public static void RaiseOnSelected(RefrenceShotDetails shot)
 {
     if (onShotDetailSelected != null)
     {
         onShotDetailSelected(shot);
     }
 }
Esempio n. 2
0
 void SetRefernceShot(RefrenceShotDetails shot)
 {
     CurrentRefrenceShotDetail = shot;
 }