This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
PRSDigital
/
3rdpartylibs
Sledovat
3
Oblíbit
0
Rozštěpit
0
Soubory
Pull Requesty
0
Strom:
e952c9c301
Větve
Značky
master
PRS-7.79a
3rdpartylibs
/
fastreports.wpf
/
FastReport.Base
/
ITranslatable.cs
ITranslatable.cs
116 B
Historie
Surový
1
2
3
4
5
6
7
8
namespace FastReport
{
internal interface ITranslatable
{
void ConvertToReportObjects();
}
}