コード例 #1
0
ファイル: Import.cs プロジェクト: dd-dk/sims3tools
 public Import(Stream s)
     : this()
 {
     s3sa = new ScriptResource.ScriptResource(0, s);
     ofdImport.FileName = Program.getAssemblyName(s3sa);
     Application.DoEvents();
 }
コード例 #2
0
ファイル: Export.cs プロジェクト: yalaier/Sims4Tools
 public Export(Stream s)
     : this()
 {
     s3sa = new ScriptResource.ScriptResource(0, s);
     sfdExport.FileName = Program.getAssemblyName(s3sa);
     Application.DoEvents();
 }
コード例 #3
0
ファイル: View.cs プロジェクト: yakoder/sims3tools
 public View(Stream s)
     : this()
 {
     s3sa            = new ScriptResource.ScriptResource(0, s);
     lbAssyName.Text = Program.getAssemblyName(s3sa);
 }
コード例 #4
0
ファイル: View.cs プロジェクト: falerin/Sims4Tools
 public View(Stream s)
     : this()
 {
     s3sa = new ScriptResource.ScriptResource(0, s);
     lbAssyName.Text = Program.getAssemblyName(s3sa);
 }