mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-30 21:17:43 +08:00
The connection can use only one peer to realize server and client
This commit is contained in:
@@ -8,7 +8,7 @@ int main(int argc, char *argv[]) {
|
||||
Connection connection;
|
||||
|
||||
connection.DeskConnectionInit();
|
||||
connection.DeskConnectionCreate();
|
||||
connection.DeskConnectionCreate("123456");
|
||||
// connection.Create("123456", 800, 600);
|
||||
|
||||
main_window.Run();
|
||||
|
||||
Reference in New Issue
Block a user