コード例 #1
0
 // Token: 0x06001398 RID: 5016 RVA: 0x0007D5B4 File Offset: 0x0007B9B4
 public static void browse(Type[] types)
 {
     TypeBrowserWindow.currentTypes = types;
     if (TypeBrowserWindow.browsed != null)
     {
         TypeBrowserWindow.browsed(TypeBrowserWindow.currentTypes);
     }
 }
コード例 #2
0
 // Token: 0x0600139E RID: 5022 RVA: 0x0007D704 File Offset: 0x0007BB04
 protected void handleModuleButtonButtonClicked(Sleek2ImageButton button)
 {
     TypeBrowserWindow.browse((button as TypeBrowserModuleButton).types);
 }