KinectApi onLoaded Method YouInteract Documentation
The onLoaded method that should be called on the project's MainWindow WARNING: Should not be called in a Page

Namespace: YouInteract.YouBasic
Assembly: YouInteract (in YouInteract.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void onLoaded(
	Object sender,
	RoutedEventArgs e
)

Parameters

sender
Type: System Object
e
Type: System.Windows RoutedEventArgs
See Also