コード例 #1
0
 void DestroyProxy(DataProxy proxy)
 {
     if (proxy != null)
     {
         proxy.Destroy();
     }
 }