标签: c#
如何从另一个类中获取调用函数或方法的窗口
示例:
public static String Caller(Window window = Caller) //Caller=the caller window { return window.Name; }