public void Init(DialogReceiverInterface e, string startTextContent, EditorWindowBase.EditorWindowType type)
 {
     connectedAsssetType = type;
     base.Init(e, startTextContent);
 }
 public void Init(DialogReceiverInterface e, string startTextContent, EditorWindowBase.EditorWindowType type)
 {
     base.Init(e, startTextContent, type);
 }