2

class post
{
public string type = "question";

public string info =
"I made a Notification Drawer for pc. It checks a file every 0.01 second. If that file contains a specific line of code, the notification drawer shows a notification. This way I can make other programs to be able to send notifications.";

public string question = "Is there an easier / better way to make 2 or more programs communicate?"
}

Comments
Add Comment