コード例 #1
0
ファイル: ListTaxodesc.cs プロジェクト: wee2tee/XML-Exporter
 public ListTaxodesc(MainForm parent_form, Glacc current_acc, List <Taxonomy> list_taxonomy, Taxonomy current_taxonomy = null)
 {
     InitializeComponent();
     this.current_acc      = current_acc;
     this.current_taxonomy = current_taxonomy;
     this.list_taxonomy    = list_taxonomy;
 }
コード例 #2
0
ファイル: ListTaxodesc.cs プロジェクト: wee2tee/XML-Exporter
 public ListTaxodesc(MainForm main_form, TAXO_TYPE taxonomy_type, Glacc current_acc, List <Taxonomy> list_taxonomy, Taxonomy current_taxonomy = null)
 {
     InitializeComponent();
     this.main_form        = main_form;
     this.current_acc      = current_acc;
     this.current_taxonomy = current_taxonomy;
     this.list_taxonomy    = list_taxonomy;
     this.taxonomy_type    = taxonomy_type;
 }