Пример #1
0
 protected void OnGotNewStorageList(GotNewStorageListEventArgs e)
 {
     if (GotNewStorageList != null)
     {
         GotNewStorageList(this, e);
     }
 }
Пример #2
0
 protected void OnGotNewStorageList(GotNewStorageListEventArgs e)
 {
     if (GotNewStorageList != null)
         GotNewStorageList(this, e);
 }