repo.or.cz
/
LanSpider.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Streamed implementation. Limited input buffer.
[LanSpider.git]
/
src
/
AltSpider
/
Program.cs
blob
18e0f48816454187463a66a54bcc74f64ddd2d5f
1
namespace
AltSpider
2
{
3
internal class
Program
4
{
5
private static void
Main
(
string
[]
args
)
6
{
7
AltModel a
=
new
AltModel
();
8
int
id
=
a
.
SavePath
(
"//shell/be/some/path.hpp"
);
9
}
10
}
11
}