コード例 #1
0
		internal RodapeNotaLegalDF(Rodape rodape)
			: base(rodape.Parent)
		{
		}
コード例 #2
0
 internal RodapeNotaLegalDF(Rodape rodape)
     : base(rodape.Parent)
 {
 }
コード例 #3
0
ファイル: Imposto.cs プロジェクト: PeAugR/ACBrFramework
 internal Imposto(Rodape rodape)
     : base(rodape.Parent)
 {
 }
コード例 #4
0
ファイル: Restaurante.cs プロジェクト: mjacezar/ACBrFramework
		internal Restaurante(Rodape rodape)
			: base(rodape.Parent)
		{
		}
コード例 #5
0
 internal Restaurante(Rodape rodape)
     : base(rodape.Parent)
 {
 }
コード例 #6
0
 internal RodapeAbastecimentos(Rodape rodape)
     : base(rodape.Parent)
 {
     Itens = new List <RodapeAbastecimento>();
 }
コード例 #7
0
ファイル: Imposto.cs プロジェクト: mjacezar/ACBrFramework
		internal Imposto(Rodape rodape)
			: base(rodape.Parent)
		{
		}