コード例 #1
0
ファイル: Form1.cs プロジェクト: aannddrree/ProjClientes
 private DataTable GetAll()
 {
     return(ConnectionSQLite.GetAll());
 }