コード例 #1
0
 public PremiosPuntosWinforms(string databaseName)
 {
     module = new Application.Enterprise.Data.PremiosPuntosWinforms(databaseName);
 }
コード例 #2
0
 public PremiosPuntosWinforms()
 {
     module = new Application.Enterprise.Data.PremiosPuntosWinforms();
 }