You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using (var stream = new FileInfo(@"iran-latest.routerdb").Open(FileMode.Open))
{
routerDb = RouterDb.Deserialize(stream);
}
var router = new Router(routerDb);
In above code I wanna get my router information from The database not from a file!
The text was updated successfully, but these errors were encountered:
In above code I wanna get my router information from The database not from a file!
The text was updated successfully, but these errors were encountered: